UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

5 lines (4 loc) 272 B
/// <reference types="react" /> import { RenderLeafProps } from 'slate-react'; import { RenderLeaf, SlatePlugin } from '..'; export declare const renderLeafPlugins: (plugins: SlatePlugin[], renderLeafList: RenderLeaf[]) => (leafProps: RenderLeafProps) => JSX.Element;