ixfx
    Preparing search index...

    Type Alias LabelledSingleValue<TValue>

    LabelledSingleValue: { label: string; value: TValue | undefined }

    Type Parameters

    • TValue

    Type declaration

    • label: string
    • value: TValue | undefined