Home > @uniformdev/design-system > CounterProps
CounterProps type
Signature:
type CounterProps = {
count: number | undefined;
bgColor?: CounterBgColors;
iconColor?: CounterIconColors;
icon?: IconType;
} & React.HTMLAttributes<HTMLDivElement>;
References: CounterBgColors, IconType