Skip to content

Commit

Permalink
Fix $insertTableColumn flow type (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx authored and acywatson committed Oct 18, 2022
1 parent 2dfd8c9 commit 2388234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lexical-table/flow/LexicalTable.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ declare export function $insertTableColumn(
targetIndex: number,
shouldInsertAfter?: boolean,
columnCount: number,
grid: Grid,
): TableNode;

declare export function $deleteTableColumn(
Expand Down

0 comments on commit 2388234

Please sign in to comment.