Type Alias: BadgeProps

BadgeProps = PropsWithChildren<Omit<HTMLAttributes<HTMLSpanElement>, "color"> & Partial<{ color: BadgeColor; size: BadgeSize; variant: BadgeVariant; }>>

Props accepted by the badge component.