UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

4 lines (3 loc) 254 B
import { Editor } from 'slate'; import { OnDOMBeforeInput, SlatePlugin } from '../core/types'; export declare const onDOMBeforeInputPlugins: (editor: Editor, plugins: SlatePlugin[], onDOMBeforeInputList: OnDOMBeforeInput[]) => (event: Event) => void;