UNPKG

aliquidexplicabo

Version:

Editor.js — Native JS, based on API and Open Source

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;