@cavell/kit API
    Preparing search index...

    Variable buttonVariantsConst

    buttonVariants: (
        props?: {
            variant?:
                | "icon"
                | "primary"
                | "secondary"
                | "ghost"
                | "ghostNeutral"
                | null;
        } & ClassProp,
    ) => string

    DS button primitive; enabled: mirrors the legacy CSS :not([disabled]) guards. text-md is deliberate: text-body resolves to the colour token, not the 14px font size.

    Type Declaration

      • (
            props?: {
                variant?:
                    | "icon"
                    | "primary"
                    | "secondary"
                    | "ghost"
                    | "ghostNeutral"
                    | null;
            } & ClassProp,
        ): string
      • Parameters

        • Optionalprops: { variant?: "icon" | "primary" | "secondary" | "ghost" | "ghostNeutral" | null } & ClassProp

        Returns string