UNPKG

preline

Version:

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.

14 lines (9 loc) 204 B
export interface IDropdown { options?: {}; open(): void; close(isAnimated: boolean): void; forceClearState(): void; } export interface IHTMLElementPopper extends HTMLElement { _popper: any; }