mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-03-30 01:43:30 +00:00
修复编译器全局类型找不到报错的问题
This commit is contained in:
1
types/global.d.ts
vendored
1
types/global.d.ts
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
export {}
|
||||||
declare global {
|
declare global {
|
||||||
declare interface Fn<T = any> {
|
declare interface Fn<T = any> {
|
||||||
(...arg: T[]): T
|
(...arg: T[]): T
|
||||||
|
|||||||
Reference in New Issue
Block a user