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) 251 B
import { Injector } from '@tanbo/di'; import { DropdownTool, DropdownToolConfig } from '../toolkit/_api'; export declare function tableAddToolConfigFactory(injector: Injector): DropdownToolConfig; export declare function tableAddTool(): DropdownTool;