UNPKG

dga-ui-lib

Version:

A dga/ui-inspired Angular component library with full developer ownership

8 lines (7 loc) 256 B
import { type ClassValue } from 'clsx'; /** * Utility function to merge class names using clsx * Similar to dga/ui's cn utility */ export declare function cn(...inputs: ClassValue[]): string; export declare function generateId(prefix?: string): string;