UNPKG

loaders-ui

Version:

A fully functional & comprehensive suite of customizable and visually appealing loaders designed to enhance your web applications.

4 lines (3 loc) 137 B
type ClassValue = string | number | boolean | undefined | null; export declare const clsx: (...args: ClassValue[]) => string; export {};