UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (5 loc) 255 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 {}; //# sourceMappingURL=css.d.ts.map