소스 검색

chore: 规范不符合eslint校验规则的代码

张迪生 2 년 전
부모
커밋
d461fed75c
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