潘志宝
2025-02-28 4a859a6d69984c77fa8166255c65f5a94eb0bd71
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 }