Properties

Properties

classNames: RecipeClassNames<
    {
        variant: {
            default: {
                backgroundColor: CSSVarFunction;
                padding: "8px 32px 8px 40px";
            };
            home: {
                backgroundColor: CSSVarFunction;
                border: "1px solid";
                borderColor: CSSVarFunction;
                borderRadius: number;
                padding: "14px 27px 14px 52px";
            };
        };
    },
>
variants: () => "variant"[]