From 2d5a745d4c5465d1a293015cbf3d26326a93a38a Mon Sep 17 00:00:00 2001 From: Sherry Wong Date: Sun, 27 Oct 2024 16:14:33 +0800 Subject: [PATCH] add back new line --- packages/lexical/flow/Lexical.js.flow | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/lexical/flow/Lexical.js.flow b/packages/lexical/flow/Lexical.js.flow index dd60f5dcdad..bc58eea45cf 100644 --- a/packages/lexical/flow/Lexical.js.flow +++ b/packages/lexical/flow/Lexical.js.flow @@ -65,6 +65,7 @@ declare export var SELECTION_INSERT_CLIPBOARD_NODES_COMMAND: LexicalCommand<{ nodes: Array; selection: BaseSelection; }>; + declare export function createCommand(type?: string): LexicalCommand; /**