Jay
7 天以前 6a72da7900390c3048d7eb07a8e93ed776f5676b
提交 | 用户 | 时间
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 }