There was an error while loading. Please reload this page.
1 parent d39bc87 commit bc88fbfCopy full SHA for bc88fbf
packages/devui-vue/devui/modal/src/modal-types.ts
@@ -1,4 +1,4 @@
1
-import type { PropType, ExtractPropTypes, Ref } from 'vue';
+import type { PropType, ExtractPropTypes } from 'vue';
2
3
export type ModalType = 'success' | 'failed' | 'warning' | 'info' | '';
4
0 commit comments