潘志宝
2025-04-09 60b42d0893a95870578d1806a5ad29892a9c5e78
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 }