Skip to content

Commit bc88fbf

Browse files
wowChengkagol
authored andcommitted
perf(modal): 更正eslint
1 parent d39bc87 commit bc88fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devui-vue/devui/modal/src/modal-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { PropType, ExtractPropTypes, Ref } from 'vue';
1+
import type { PropType, ExtractPropTypes } from 'vue';
22

33
export type ModalType = 'success' | 'failed' | 'warning' | 'info' | '';
44

0 commit comments

Comments
 (0)