fix: 去掉多余代码

This commit is contained in:
jeo young
2022-12-17 17:56:36 +08:00
parent 15d07ac439
commit 8aef6ea198
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -11,9 +11,6 @@ interface Window {
// 编辑 JSON 的存储对象
opener: any
//当画布大小重新计算后
onCanvsSizecomputed:Function
}
declare type Recordable<T = any> = Record<string, T>