UNPKG

fantasy-editor

Version:

A React Rich Text Editor Based On Slate

13 lines (12 loc) 270 B
export declare const getEmptyTableRow: (count: number) => { type: string; children: { type: string; children: { type: string; children: { text: string; }[]; }[]; }[]; };