@editorjs/editorjs
Advanced tools
Comparing version 2.12.1 to 2.12.2
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.12.1", | ||
"version": "2.12.2", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -5,0 +5,0 @@ "main": "dist/editor.js", |
@@ -1,2 +0,2 @@ | ||
import {API} from '../index'; | ||
import {API, ToolSettings} from '../index'; | ||
import {ToolConfig} from './tool-config'; | ||
@@ -32,3 +32,3 @@ import {SanitizerConfig} from '../configs'; | ||
*/ | ||
new (config: {api: API}): BaseTool; | ||
new (config: {api: API, config?: ToolSettings}): BaseTool; | ||
@@ -35,0 +35,0 @@ /** |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
334358
1650