Home > @uniformdev/design-system > LimitsBarProps
LimitsBarProps type
Signature:
type LimitsBarProps = {
current: number;
max: number;
label: string;
};
Home > @uniformdev/design-system > LimitsBarProps
Signature:
type LimitsBarProps = {
current: number;
max: number;
label: string;
};