UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

5 lines (4 loc) 187 B
/* eslint-disable */ type Argument = string | boolean | null | undefined /** Conditionally join classNames into a single string */ export declare function cx(...args: Argument[]): string