Select() function
Select() function
Signature
export declare function Select<T>(props: SelectCommonProps<T>): JSX.Element;
Import
import { Select } from '@grafana/ui';
Parameters
Parameter | Type | Description |
---|---|---|
props | SelectCommonProps<T> |
Returns:
JSX.Element