@saleor/macaw-ui
Version:
Saleor's UI component library
19 lines (17 loc) • 439 B
TypeScript
import { RecipeVariants } from '@vanilla-extract/recipes';
export declare const storeAvatar: import('@vanilla-extract/recipes').RuntimeFn<{
size: {
small: string;
medium: string;
large: string;
};
scheme: {
accent1: string;
transparent: string;
};
type: {
image: {};
initials: {};
};
}>;
export type StoreAvatarVariants = RecipeVariants<typeof storeAvatar>;