fix: 修改modal ref定义
This commit is contained in:
4
template/src/global.d.ts
vendored
4
template/src/global.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user