UNPKG

@cerberus-design/styled-system

Version:

Cerberus Design System Panda-CSS styled-system.

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