Skip to content

Commit

Permalink
Add ariaErrorMessage and ariaInvalid to Flow type (#6751)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhammond authored Oct 21, 2024
1 parent b2d57a0 commit 1b4f1e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lexical-react/flow/LexicalContentEditable.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1b4f1e0

Please sign in to comment.