UNPKG

@textbus/editor

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

13 lines (12 loc) 306 B
import { Controller } from '@textbus/core'; export declare class Dialog { private controller; private elementRef; private dialogWrapper; private timer; private subs; constructor(controller: Controller); show(element: HTMLElement): void; hide(): void; destroy(): void; }