潘志宝
2025-02-05 3e5f6c444a32a66a6111aacd3a4c5212c32bdf9e
提交 | 用户 | 时间
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 }