From 82478e51b3c249ffe9145dd62a5437f9a18cef14 Mon Sep 17 00:00:00 2001 From: dayjoy Date: Sun, 20 Oct 2024 10:45:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9modal=20ref=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/global.d.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/template/src/global.d.ts b/template/src/global.d.ts index 26cad10..b8e2a5c 100644 --- a/template/src/global.d.ts +++ b/template/src/global.d.ts @@ -1,8 +1,6 @@ -import { ModalRef } from '@df/toco-ui'; - declare global { let tocoRefs: Record; - let tocoModals: Record>; + let tocoModals: Record; } interface Meta {