UNPKG

adwaveui

Version:

Interactive Web Components inspired by the Gtk Adwaita theme.

3 lines (2 loc) 161 B
export type ClassName = string | Record<string, boolean | undefined> | undefined | Array<ClassName>; export declare function cls(classNames: ClassName): string;