UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

3 lines (2 loc) 95 B
import { Node } from 'slate'; export declare const serializeText: (nodes: Node[]) => string;