@ckeditor/ckeditor5-clipboard 44.2.1 → 44.3.0-alpha.1
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -8
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
package/dist/index.js
CHANGED
|
@@ -2208,5 +2208,5 @@ const toPx = /* #__PURE__ */ toUnit('px');
|
|
|
2208
2208
|
}
|
|
2209
2209
|
}
|
|
2210
2210
|
|
|
2211
|
-
export { Clipboard, ClipboardMarkersUtils, ClipboardPipeline, DragDrop, DragDropBlockToolbar, DragDropTarget, PastePlainText, plainTextToHtml };
|
|
2211
|
+
export { Clipboard, ClipboardMarkersUtils, ClipboardPipeline, DragDrop, DragDropBlockToolbar, DragDropTarget, PastePlainText, plainTextToHtml, viewToPlainText };
|
|
2212
2212
|
//# sourceMappingURL=index.js.map
|