import type { ToolConstructable, ToolSettings } from '@editorjs/editorjs'; export type CuiTools = { [key: string]: ToolConstructable | ToolSettings; };