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) 244 B
import { Injector } from '@tanbo/di'; import { DialogTool, DialogToolConfig } from '../toolkit/dialog-tool'; export declare function audioToolConfigFactory(injector: Injector): DialogToolConfig; export declare function audioTool(): DialogTool;