UNPKG

dropdeck-slate-react

Version:

Tools for building completely customizable richtext editors with React.

7 lines 282 B
import { Editor } from 'slate'; import { ReactEditor } from './react-editor'; /** * `withReact` adds React and DOM specific behaviors to the editor. */ export declare const withReact: <T extends Editor>(editor: T) => T & ReactEditor; //# sourceMappingURL=with-react.d.ts.map