@saleor/macaw-ui
Version:
Saleor's UI component library
38 lines (36 loc) • 1.16 kB
TypeScript
import { RecipeVariants } from '@vanilla-extract/recipes';
export declare const variants: {
readonly size: {
readonly small: {
readonly width: `var(--${string})`;
readonly height: `var(--${string})`;
};
readonly medium: {
readonly width: `var(--${string})`;
readonly height: `var(--${string})`;
};
readonly large: {
readonly width: `var(--${string})`;
readonly height: `var(--${string})`;
};
readonly fill: {};
};
};
export declare const svgWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
readonly size: {
readonly small: {
readonly width: `var(--${string})`;
readonly height: `var(--${string})`;
};
readonly medium: {
readonly width: `var(--${string})`;
readonly height: `var(--${string})`;
};
readonly large: {
readonly width: `var(--${string})`;
readonly height: `var(--${string})`;
};
readonly fill: {};
};
}>;
export type SVGWrapperVariants = RecipeVariants<typeof svgWrapper>;