UNPKG

@editorjs/editorjs

Version:

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

6 lines (5 loc) 176 B
/** * Object returned by Tool's {@link BlockTool#save} method * Specified by Tool developer, so leave it as object */ export type BlockToolData<T extends object = any> = T;