UNPKG

@textbus/editor

Version:

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

8 lines (7 loc) 219 B
export declare function createDropdown(button: HTMLElement, menu: HTMLElement, stickyElement: HTMLElement): { elementRef: HTMLElement; toggle(): void; open(): void; hide(): void; destroy(): void; };