UNPKG

@editorjs/editorjs

Version:

Editor.js — open source block-style WYSIWYG editor with JSON output

5 lines (4 loc) 141 B
/** * Tool configuration object. Specified by Tool developer, so leave it as object */ export type ToolConfig<T extends object = any> = T;