diff --git a/types/global.d.ts b/types/global.d.ts index 55420fa9..63d85cc3 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -8,7 +8,6 @@ declare global { list: T; total: number; } - type DialogType = { title?: string; visible: boolean; @@ -20,5 +19,5 @@ declare global { checked?: boolean; children?: OptionType[]; }; - } +export {};