UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

14 lines (12 loc) 347 B
import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const userAvatar: import('@vanilla-extract/recipes').RuntimeFn<{ size: { small: string; medium: string; large: string; }; scheme: { accent1: string; }; }>; export type UserAvatarVariants = RecipeVariants<typeof userAvatar>;