SelectValue type

SelectValue type

Signature

  1. export declare type SelectValue<T> = T | SelectableValue<T> | T[] | Array<SelectableValue<T>>;

Import

  1. import { SelectValue } from '@grafana/ui';