2 * Copyright (c) Meta Platforms, Inc. and affiliates.
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
9 export type {SerializedTableCellNode} from './LexicalTableCellNode';
13 TableCellHeaderStates,
15 } from './LexicalTableCellNode';
17 InsertTableCommandPayload,
18 InsertTableCommandPayloadHeaders,
19 } from './LexicalTableCommands';
20 export {INSERT_TABLE_COMMAND} from './LexicalTableCommands';
21 export type {SerializedTableNode} from './LexicalTableNode';
24 $getElementForTableNode,
27 } from './LexicalTableNode';
28 export type {TableDOMCell} from './LexicalTableObserver';
29 export {TableObserver} from './LexicalTableObserver';
30 export type {SerializedTableRowNode} from './LexicalTableRowNode';
35 } from './LexicalTableRowNode';
41 } from './LexicalTableSelection';
43 $createTableSelection,
45 } from './LexicalTableSelection';
46 export type {HTMLTableElementWithWithTableSelectionState} from './LexicalTableSelectionHelpers';
52 getTableObserverFromTableElement,
53 } from './LexicalTableSelectionHelpers';
56 $computeTableMapSkipCellCheck,
57 $createTableNodeWithDimensions,
59 $deleteTableColumn__EXPERIMENTAL,
60 $deleteTableRow__EXPERIMENTAL,
62 $getTableCellNodeFromLexicalNode,
63 $getTableCellNodeRect,
64 $getTableColumnIndexFromTableCellNode,
65 $getTableNodeFromLexicalNodeOrThrow,
66 $getTableRowIndexFromTableCellNode,
67 $getTableRowNodeFromTableCellNodeOrThrow,
69 $insertTableColumn__EXPERIMENTAL,
71 $insertTableRow__EXPERIMENTAL,
72 $removeTableRowAtIndex,
74 } from './LexicalTableUtils';