Repository URL to install this package:
|
Version:
0.57.3 ▾
|
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