Skip to content

Commit

Permalink
Flow: add more HTMLDivElementDOMProps (facebook#6500)
Browse files Browse the repository at this point in the history
  • Loading branch information
zurfyx authored and jkjk822 committed Aug 26, 2024
1 parent 18539c1 commit ab9d694
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/lexical-react/flow/LexicalContentEditable.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ type InlineStyle = {
type HTMLDivElementDOMProps = $ReadOnly<{
'aria-label'?: void | string,
'aria-labeledby'?: void | string,
'aria-activedescendant'?: void | string,
'aria-autocomplete'?: void | string,
'aria-owns'?: void | string,
'title'?: void | string,
onClick?: void | (e: SyntheticEvent<HTMLDivElement>) => mixed,
autoCapitalize?: void | boolean,
Expand Down

0 comments on commit ab9d694

Please sign in to comment.