• Parameters

    • Optionaloptions: { status?: "red" | "green" | "yellow" }

    Returns string

Properties

Properties

classNames: RecipeClassNames<
    {
        status: {
            green: { background: CSSVarFunction };
            red: { background: CSSVarFunction };
            yellow: { background: CSSVarFunction };
        };
    },
>
variants: () => "status"[]