mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-03-29 23:25:52 +00:00
9 lines
187 B
TypeScript
9 lines
187 B
TypeScript
import Editor from './src/Editor.vue'
|
|
import { IDomEditor } from '@wangeditor-next/editor'
|
|
|
|
export interface EditorExpose {
|
|
getEditorRef: () => Promise<IDomEditor>
|
|
}
|
|
|
|
export { Editor }
|