UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

20 lines (18 loc) 443 B
import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const button: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: string; secondary: string; tertiary: string; error: string; }; size: { small: {}; medium: {}; large: {}; }; fixedWidth: { true: {}; }; }>; export type ButtonVariants = RecipeVariants<typeof button>;