Skip to content

Commit

Permalink
fix (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
acywatson committed Oct 18, 2022
1 parent ba139c4 commit 0b5c3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-react/flow/LexicalComposer.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type {InitialEditorStateType as InitialEditorStateRichTextType} from '@le
type Props = {
initialConfig: $ReadOnly<{
editor__DEPRECATED?: LexicalEditor | null,
readOnly?: boolean,
editable?: boolean,
namespace: string,
nodes?: $ReadOnlyArray<Class<LexicalNode>>,
theme?: EditorThemeClasses,
Expand Down

0 comments on commit 0b5c3d9

Please sign in to comment.