markupeditor 0.9.22 → 0.9.23
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/markup-editor.js +1 -1
- package/package.json +1 -1
package/dist/markup-editor.js
CHANGED
|
@@ -25429,4 +25429,4 @@ class MarkupEditorElement extends HTMLElement {
|
|
|
25429
25429
|
// Let the browser know about the custom element
|
|
25430
25430
|
customElements.define('markup-editor', MarkupEditorElement);
|
|
25431
25431
|
|
|
25432
|
-
export { MU, loadPlugins };
|
|
25432
|
+
export { ContentMatch, DOMParser, DOMSerializer, Fragment, MU, Mark, MarkType, Node$1 as Node, NodeRange, NodeType$1 as NodeType, ReplaceError, ResolvedPos, Schema, Slice, loadPlugins };
|