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) 291 B
import { Injector } from '@tanbo/di'; import { SegmentDropdownTool, SegmentDropdownToolConfig } from '../toolkit/_api'; export declare function textBackgroundToolConfigFactory(injector: Injector): SegmentDropdownToolConfig; export declare function textBackgroundTool(): SegmentDropdownTool;