UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

6 lines (5 loc) 291 B
import { ClassValue } from 'clsx'; export declare const cn: (...inputs: ClassValue[]) => string; export declare const filterByValue: (elements: string[], valueToFind: string) => string[]; export declare const isClient: boolean; export declare const resolveColor: (cssVar: string) => string;