dengzedong
2024-11-06 0c184a7a974f83fae30d925a3b3ed30dcdb7f8d2
提交 | 用户 | 时间
820397 1 import Editor from './src/Editor.vue'
H 2 import { IDomEditor } from '@wangeditor/editor'
3
4 export interface EditorExpose {
5   getEditorRef: () => Promise<IDomEditor>
6 }
7
8 export { Editor }