!11 规范不符合eslint校验规则的代码

Merge pull request !11 from 东方小月/master
This commit is contained in:
芋道源码 2023-03-03 16:23:13 +00:00 committed by Gitee
commit 2f98d5c788
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

1
types/global.d.ts vendored
View File

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