@lobehub/editor
Version:
A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.
5 lines (4 loc) • 336 B
TypeScript
import { TableCellNode, TableMapType } from '@lexical/table';
import { LexicalEditor } from 'lexical';
export declare const getCellColumnIndex: (tableCellNode: TableCellNode, tableMap: TableMapType) => number | undefined;
export declare const getCellNodeHeight: (cell: TableCellNode, activeEditor: LexicalEditor) => number | undefined;