We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f915a0 commit c1602e7Copy full SHA for c1602e7
README.md
@@ -216,7 +216,9 @@ export interface IReactCodemirror extends IDOMEvent {
216
217
[codemirror options](https://codemirror.net/doc/manual.html#config)
218
219
-```js
+```ts
220
+interface EditorConfiguration {
221
+
222
/** string| The starting value of the editor. Can be a string, or a document object. */
223
value?: any;
224
@@ -373,6 +375,7 @@ lint?: boolean | LintOptions;
373
375
374
376
/** Optional value to be used in conjunction with CodeMirror’s placeholder add-on. */
377
placeholder?: string;
378
+}
379
```
380
381
## Editor
0 commit comments