@fileverse-dev/ddoc 2.1.6 → 2.1.7-collapse-heading-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,6 +112,7 @@ 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 |
115
116
  | `onSlidesShare` | `() => void` | Callback for slides sharing |
116
117
  | `onComment` | `() => void` | General comment callback |
117
118