UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

3 lines (2 loc) 185 B
export type CxArg = undefined | null | string | boolean | Partial<Record<string, boolean | null | undefined>> | readonly CxArg[]; export declare const cx: (...args: CxArg[]) => string;