fix: 添加全局类型导出
Former-commit-id: 83969de6fec67ec16265ed61d6d661dfae39c128
This commit is contained in:
3
types/global.d.ts
vendored
3
types/global.d.ts
vendored
@@ -8,7 +8,6 @@ declare global {
|
|||||||
list: T;
|
list: T;
|
||||||
total: number;
|
total: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
type DialogType = {
|
type DialogType = {
|
||||||
title?: string;
|
title?: string;
|
||||||
visible: boolean;
|
visible: boolean;
|
||||||
@@ -20,5 +19,5 @@ declare global {
|
|||||||
checked?: boolean;
|
checked?: boolean;
|
||||||
children?: OptionType[];
|
children?: OptionType[];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
export {};
|
||||||
|
|||||||
Reference in New Issue
Block a user