UNPKG

@editorjs/editorjs

Version:

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

12 lines (10 loc) 257 B
import { BlockToolAdapter } from '../tools/adapters/block-tool-adapter'; /** * Describes methods for accessing installed Editor tools */ export interface Tools { /** * Returns all available Block Tools */ getBlockTools(): BlockToolAdapter[]; }