Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/node_modules/tss-react/tools/
Upload File :
Current File : /home/emeraadmin/public_html/node_modules/tss-react/tools/classnames.d.ts

export declare type CxArg = undefined | null | string | boolean | {
    [className: string]: boolean | null | undefined;
} | readonly CxArg[];
/** Copy pasted from
 * https://github.com/emotion-js/emotion/blob/23f43ab9f24d44219b0b007a00f4ac681fe8712e/packages/react/src/class-names.js#L17-L63
 **/
export declare const classnames: (args: CxArg[]) => string;