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) 242 B
import { Injector } from '@tanbo/di'; import { ButtonTool, ButtonToolConfig } from '../toolkit/_api'; export declare function cleanToolConfigFactory(injector: Injector): ButtonToolConfig<any>; export declare function cleanTool(): ButtonTool;