UNPKG

@grafana/ui

Version:
1 lines 421 B
{"version":3,"file":"types.mjs","sources":["../../../../src/components/Combobox/types.ts"],"sourcesContent":["export const ALL_OPTION_VALUE = '__GRAFANA_INTERNAL_MULTICOMBOBOX_ALL_OPTION__';\n\nexport type ComboboxOption<T extends string | number = string> = {\n label?: string;\n value: T;\n description?: string;\n group?: string;\n infoOption?: boolean;\n};\n"],"names":[],"mappings":";AAAO,MAAM,gBAAA,GAAmB;;;;"}