Skip to content

Commit

Permalink
Update packages/lexical/flow/Lexical.js.flow
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum authored Dec 14, 2024
1 parent ac60ad9 commit 39132d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lexical/flow/Lexical.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,8 @@ export type TextFormatType =
| 'subscript'
| 'superscript'
| 'lowercase'
| 'uppercase';
| 'uppercase'
| 'capitalize';

type TextModeType = 'normal' | 'token' | 'segmented';

Expand Down

0 comments on commit 39132d6

Please sign in to comment.