Pre Merge pull request !11 from 东方小月/master

pull/11/MERGE
东方小月 2023-03-03 16:21:59 +00:00 committed by Gitee
commit ee25158aeb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

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