ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface BadgeButtonProps

    interface BadgeButtonProps {
        asChild?: boolean;
        variant?: "default" | null;
    }

    Hierarchy

    • ButtonHTMLAttributes<HTMLDivElement>
    • VariantProps<typeof badgeButtonVariants>
      • BadgeButtonProps
    Index

    Properties

    Properties

    asChild?: boolean
    variant?: "default" | null = ...