UNPKG

flyonui

Version:

The easiest, free and open-source Tailwind CSS component library with semantic classes.

13 lines (10 loc) 225 B
export interface IDropdown { options?: {} open(): void close(isAnimated: boolean): void forceClearState(): void destroy(): void } export interface IHTMLElementFloatingUI extends HTMLElement { _floatingUI: any }