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) 241 B
import { Injector } from '@tanbo/di'; import { SelectTool, SelectToolConfig } from '../toolkit/_api'; export declare function headingToolConfigFactory(injector: Injector): SelectToolConfig; export declare function headingTool(): SelectTool;