Select() function

Select() function

Signature

  1. export declare function Select<T>(props: SelectCommonProps<T>): JSX.Element;

Import

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

Parameters

ParameterTypeDescription
propsSelectCommonProps<T>

Returns:

JSX.Element