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

This commit is contained in:
张迪生 2023-03-02 15:15:47 +08:00
parent 265302d7dd
commit d461fed75c

1
types/global.d.ts vendored
View File

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