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) 254 B
import { Injector } from '@tanbo/di'; import { DropdownTool, DropdownToolConfig } from '../toolkit/dropdown-tool'; export declare function emojiToolConfigFactory(injector: Injector): DropdownToolConfig; export declare function emojiTool(): DropdownTool;