@ebl-vue/editorjs 2.31.51 → 2.31.54
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/editorjs.mjs +4 -5
- package/dist/editorjs.umd.js +11 -11
- package/package.json +1 -1
- package/types/index.d.ts +2 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -139,6 +139,8 @@ declare class EditorJS {
|
|
|
139
139
|
public toolbar: Toolbar;
|
|
140
140
|
public inlineToolbar: InlineToolbar;
|
|
141
141
|
public readOnly: ReadOnly;
|
|
142
|
+
public blockSelection: any;
|
|
143
|
+
public blockManager: any;
|
|
142
144
|
constructor(configuration?: EditorConfig|string);
|
|
143
145
|
|
|
144
146
|
/**
|