UNPKG

@pandacss/studio

Version:

The automated token documentation for Panda CSS

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