@editorjs/editorjs
Advanced tools
Comparing version 2.30.0-rc.11 to 2.30.0-rc.12
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.30.0-rc.11", | ||
"version": "2.30.0-rc.12", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -5,0 +5,0 @@ "main": "dist/editorjs.umd.js", |
@@ -89,4 +89,4 @@ import { ConversionConfig, PasteConfig, SanitizerConfig } from '../configs'; | ||
data: BlockToolData<D>; | ||
config?: ToolConfig<C>; | ||
block?: BlockAPI; | ||
config: ToolConfig<C>; | ||
block: BlockAPI; | ||
readOnly: boolean; | ||
@@ -93,0 +93,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
663511