Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
slate-react / dist / plugin / with-react.d.ts
Size: Mime:
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