wwf
9 小时以前 a1d7e81859f554f3a53680cc35f0f49bf1f77098
1
2
3
4
5
6
7
8
import Editor from './src/Editor.vue'
import { IDomEditor } from '@wangeditor-next/editor'
 
export interface EditorExpose {
  getEditorRef: () => Promise<IDomEditor>
}
 
export { Editor }