UNPKG

preline

Version:

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

7 lines (6 loc) 269 B
export interface IStaticMethods { getClassProperty(el: HTMLElement, prop?: string, val?: string): string; afterTransition(el: HTMLElement, cb: Function): void; autoInit(collection?: string | string[]): void; cleanCollection(collection?: string | string[]): void; }