mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
cc3fc18076
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
1.4 KiB
1.4 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "UnitPicker" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
UnitPicker class
Signature
export declare class UnitPicker extends PureComponent<Props>
Import
import { UnitPicker } from '@grafana/ui';
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultProps | static |
{ width: number; } |
|
onChange | (value: SelectableValue<string>) => void |
Methods
Method | Modifiers | Description |
---|---|---|
render() |
defaultProps property
Signature
static defaultProps: {
width: number;
};
onChange property
Signature
onChange: (value: SelectableValue<string>) => void;
render method
Signature
render(): JSX.Element;
Returns:
JSX.Element