UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

23 lines (22 loc) 577 B
export declare const toggleIconStyle: string; export declare const listWrapperRecipe: import('@vanilla-extract/recipes').RuntimeFn<{ size: { small: { vars: { [x: string]: `var(--${string})`; }; }; medium: { vars: { [x: string]: `var(--${string})`; }; }; large: { vars: { [x: string]: `var(--${string})`; }; }; }; }>; export declare const listStyle: string; export declare const listItemStyle: string;