UNPKG

@shopify/polaris

Version:

Shopify’s product component library

5 lines (4 loc) 216 B
declare type Falsy = boolean | undefined | null | 0; export declare function classNames(...classes: (string | Falsy)[]): string; export declare function variationName(name: string, value: string): string; export {};