潘志宝
9 天以前 778f36da39618e73d362f70de5fd77be57b34fb7
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 }