@fileverse-dev/ddoc 2.1.0-patch-4 → 2.1.0-patch-5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index.es.js +5687 -5671
- package/dist/package/components/editor-bubble-menu.d.ts +1 -0
- package/dist/package/components/editor-toolbar.d.ts +3 -1
- package/dist/package/components/editor-utils.d.ts +5 -2
- package/dist/package/types.d.ts +4 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -50,7 +50,7 @@ The `DdocProps` interface is a TypeScript interface that defines the properties
|
|
50
50
|
| `setCharacterCount` (optional) | `React.Dispatch<SetStateAction<number>>` | Optional. React Set State function to update Character Count |
|
51
51
|
| `setWordCount` (optional) | `React.Dispatch<SetStateAction<number>>` | Optional. React Set State function to update Word Count |
|
52
52
|
| `scrollPosition`(optional) | `number` | User cursor position to scroll to on intitalising the content of the editor |
|
53
|
-
| `
|
53
|
+
| `editorCanvasClassNames`(optional) | `string` | Optional. Extra className for editor-canvas |
|
54
54
|
|
55
55
|
## Data Interface
|
56
56
|
|