• Parameters

    • Optionaloptions: { variant?: "default" | "error" }

    Returns string

Properties

Properties

classNames: RecipeClassNames<
    {
        variant: {
            default: {};
            error: {
                ":focus": { borderColor: CSSVarFunction };
                borderColor: CSSVarFunction;
            };
        };
    },
>
variants: () => "variant"[]