Home > @uniformdev/design-system > SegmentedControlOption

SegmentedControlOption type

Signature:

type SegmentedControlOption<TValue extends string = string> = {
    value: TValue;
    label?: string;
    icon?: IconType;
    tooltip?: string;
    disabled?: boolean;
    'data-testid'?: string;
};

References: IconType