Skip to content

Commit

Permalink
fix (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
acywatson authored and thegreatercurve committed Nov 25, 2022
1 parent 6dd7dc9 commit 31aaf30
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 31aaf30

Please sign in to comment.