UNPKG

preline

Version:

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

8 lines (5 loc) 80 B
export interface ICollapse { options?: {}; show(): void; hide(): void; }