UNPKG

flyonui

Version:

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

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 }