Skip to content

Commit

Permalink
add back new line
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon committed Oct 27, 2024
1 parent 65d2bc3 commit 2d5a745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lexical/flow/Lexical.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ declare export var SELECTION_INSERT_CLIPBOARD_NODES_COMMAND: LexicalCommand<{
nodes: Array<LexicalNode>;
selection: BaseSelection;
}>;

declare export function createCommand<T>(type?: string): LexicalCommand<T>;

/**
Expand Down

0 comments on commit 2d5a745

Please sign in to comment.