UNPKG

preline

Version:

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

11 lines (9 loc) 154 B
export interface ITabsOnChangePayload { el: HTMLElement; prev: string; current: string; } export interface ITabs { options?: {}; destroy(): void; }