Skip to content

Commit 9e00372

Browse files
committed
doc: Update README.md
1 parent 9eafd81 commit 9e00372

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ export interface ReactCodeMirrorProps
152152
/** focus on the editor. */
153153
autoFocus?: boolean;
154154
theme?: 'light' | 'dark';
155+
/**
156+
* Whether to optional basicSetup by default
157+
* @default true
158+
*/
159+
basicSetup?: boolean;
160+
/**
161+
* Whether to optional basicSetup by default
162+
* @default true
163+
*/
155164
/**
156165
* Fired whenever a change occurs to the document.
157166
*/

0 commit comments

Comments
 (0)