From f2c7ec3c74edf9df54bc64cef3ac883987749cf2 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sun, 18 Dec 2022 13:27:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 83969de6fec67ec16265ed61d6d661dfae39c128 --- types/global.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {};