fix: 修改modal ref定义

This commit is contained in:
dayjoy
2024-10-20 10:45:19 +08:00
parent 42caa183d1
commit 82478e51b3

View File

@@ -1,8 +1,6 @@
import { ModalRef } from '@df/toco-ui';
declare global {
let tocoRefs: Record<string, any>;
let tocoModals: Record<string, ModalRef<any>>;
let tocoModals: Record<string, any>;
}
interface Meta {