@fileverse-dev/ddoc 2.1.5-collapse-heading-patch-1 → 2.1.5-patch-2

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
@@ -112,7 +112,6 @@ The `DdocProps` interface is a TypeScript interface that defines the properties
112
112
  | `onInlineComment` | `() => void` | Callback for inline comments |
113
113
  | `onMarkdownExport` | `() => void` | Callback for markdown export |
114
114
  | `onMarkdownImport` | `() => void` | Callback for markdown import |
115
- | `onPdfExport` | `() => void` | Callback for pdf export |
116
115
  | `onSlidesShare` | `() => void` | Callback for slides sharing |
117
116
  | `onComment` | `() => void` | General comment callback |
118
117