UNPKG

@etrepum/lexical-builder-table

Version:

[EXPERIMENTAL] Lexical Builder @etrepum/lexical-builder-table

14 lines 571 B
import { ReadableStore } from '@etrepum/lexical-builder'; export declare const PACKAGE_VERSION: string; export interface TableConfig { hasCellMerge: boolean; hasCellBackgroundColor: boolean; hasTabHandler: boolean; } export interface TableOutput { hasCellMerge: ReadableStore<boolean>; hasCellBackgroundColor: ReadableStore<boolean>; hasTabHandler: ReadableStore<boolean>; } export declare const TablePlan: import('@etrepum/lexical-builder').LexicalPlan<TableConfig, "@lexical/table", TableOutput, TableOutput>; //# sourceMappingURL=index.d.ts.map