UNPKG

@textbus/editor

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

5 lines (4 loc) 249 B
import { Injector } from '@tanbo/di'; import { ButtonTool, ButtonToolConfig } from '../toolkit/_api'; export declare function tableRemoveToolConfigFactory(injector: Injector): ButtonToolConfig; export declare function tableRemoveTool(): ButtonTool;