UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

3 lines (2 loc) 115 B
import { Editor } from 'slate'; export declare const withTrailingNode: () => <T extends Editor>(editor: T) => T;