From d264ec8a362e2aaa26b94b2c9f6712208cf7d81f Mon Sep 17 00:00:00 2001 From: EJ Hammond Date: Mon, 21 Oct 2024 11:16:46 -0400 Subject: [PATCH] Add ariaErrorMessage and ariaInvalid to Flow type --- packages/lexical-react/flow/LexicalContentEditable.js.flow | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/lexical-react/flow/LexicalContentEditable.js.flow b/packages/lexical-react/flow/LexicalContentEditable.js.flow index 270ea7998ca..3c50a112513 100644 --- a/packages/lexical-react/flow/LexicalContentEditable.js.flow +++ b/packages/lexical-react/flow/LexicalContentEditable.js.flow @@ -63,7 +63,9 @@ export type Props = $ReadOnly<{ ariaAutoComplete?: string, ariaControls?: string, ariaDescribedBy?: string, + ariaErrorMessage?: string, ariaExpanded?: boolean, + ariaInvalid?: boolean, ariaLabel?: string, ariaLabelledBy?: string, ariaMultiline?: boolean,