DropdownOption<TValue>: {
    label: string;
    value: TValue | null;
} | TValue

Type Parameters

  • TValue = string