UNPKG

@grafana/ui

Version:
8 lines (7 loc) 239 B
export declare const ALL_OPTION_VALUE = "__GRAFANA_INTERNAL_MULTICOMBOBOX_ALL_OPTION__"; export type ComboboxOption<T extends string | number = string> = { label?: string; value: T; description?: string; group?: string; };