@fileverse-dev/ddoc 2.1.0-patch-12.1 → 2.1.0-patch-13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -66,7 +66,6 @@ The `DdocProps` interface is a TypeScript interface that defines the properties
66
66
  | `onMarkdownImport` (optional) | `() => void` | Callback function for markdown import |
67
67
  | `sharedSlidesLink` (optional) | `string` | Link for shared slides in presentation mode |
68
68
  | `documentName` (optional) | `string` | Name of the document |
69
- | `onInvalidContentError` (optional) | `() => void` | Callback when Editor throws Invalid Content Error |
70
69
 
71
70
  ## Data Interface
72
71