UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

4 lines (3 loc) 224 B
import { Editor } from 'slate'; import { OnKeyDown, SlatePlugin } from '../core/types'; export declare const onKeydownPlugins: (editor: Editor, plugins: SlatePlugin[], onKeyDownList: OnKeyDown[]) => (event: any) => void;