import { EditorRawPlugin } from '../../types'; import { editorPluginRender } from '../editor-plugin-render'; export * from './root'; /** * 编辑器根宿主插件属性扩展 */ export interface EditorPluginRootHostPropertiesExt { editor: { /** * 根宿主元素 */ elRoot: HTMLElement | null; }; } /** * 编辑器根宿主插件 */ export declare const editorPluginRootHost: EditorRawPlugin; //# sourceMappingURL=index.d.ts.map