UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

4 lines (3 loc) 167 B
import { type CxArg as CxArg_generic } from "./clsx_withTransform"; export type CxArg = CxArg_generic<string>; export declare function clsx(...args: CxArg[]): string;