浏览代码

Merge branch 'master' of gitee.com:yudaocode/yudao-ui-admin-vue3 into master

Signed-off-by: 周建 <1348660141@qq.com>
周建 2 年之前
父节点
当前提交
fcb9afd3c2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      types/global.d.ts

+ 0 - 1
types/global.d.ts

@@ -1,4 +1,3 @@
-import type { CSSProperties } from 'vue'
 declare global {
   declare interface Fn<T = any> {
     (...arg: T[]): T