dengzedong
2025-03-19 aa0bc5d40026bd5e627191466a3e3064f1082c0e
1
2
3
4
5
6
7
8
import Editor from './src/Editor.vue'
import { IDomEditor } from '@wangeditor/editor'
 
export interface EditorExpose {
  getEditorRef: () => Promise<IDomEditor>
}
 
export { Editor }