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) 247 B
import { Injector } from '@tanbo/di'; import { GroupTool, GroupToolConfig } from '../toolkit/group-tool'; export declare function defaultGroupToolFactory(injector: Injector): GroupToolConfig; export declare function defaultGroupTool(): GroupTool;