import { Value } from "../../slate/editor/TEditor"; import { TazeEditor } from "../../types/taze/TazeEditor"; import { RenderElement } from "../../types/taze/RenderElement"; import { TazePlugin } from "../../types/plugin/TazePlugin"; /** * Get a `Editable.renderElement` handler for `options.type`. * If the type is equals to the slate element type, render `options.component`. * Else, return `undefined` so the pipeline can check the next plugin. */ export declare const pluginRenderElement: (editor: TazeEditor, { key, type, component: _component, props }: TazePlugin<{}, V, TazeEditor, any>) => RenderElement; //# sourceMappingURL=pluginRenderElement.d.ts.map