Type Alias LabelledValues<TValue>

LabelledValues<TValue>: {
    label: string;
    values: TValue[];
}

Type Parameters

  • TValue