@grafana/ui
Version:
Grafana Components Library
11 lines (10 loc) • 320 B
TypeScript
export interface UnitPickerProps {
onChange: (item?: string) => void;
value?: string;
width?: number;
id?: string;
}
/**
* https://developers.grafana.com/ui/latest/index.html?path=/docs/pickers-unitpicker--docs
*/
export declare const UnitPicker: import("react").NamedExoticComponent<UnitPickerProps>;