mirror of https://github.com/grafana/grafana.git
1.1 KiB
1.1 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "Select" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++
Select class
Signature
export declare class Select<T> extends PureComponent<LegacySelectProps<T>>
Import
import { Select } from '@grafana/ui';
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultProps | static |
Partial<LegacySelectProps<any>> |
Methods
Method | Modifiers | Description |
---|---|---|
render() |
defaultProps property
Signature
static defaultProps: Partial<LegacySelectProps<any>>;
render method
Signature
render(): JSX.Element;
Returns:
JSX.Element