import { EditableProps } from 'slate-react/dist/components/editable'; import { PlatePlugin } from '../types/PlatePlugin/PlatePlugin'; import { SPEditor } from '../types/SPEditor'; /** * @see {@link RenderLeaf} */ export declare const pipeRenderLeaf: (editor: SPEditor, plugins?: PlatePlugin[]) => EditableProps['renderLeaf']; //# sourceMappingURL=pipeRenderLeaf.d.ts.map