@grafana/ui
Version:
Grafana Components Library
13 lines (12 loc) • 458 B
TypeScript
import { RangeSliderProps } from './types';
/**
* @public
*
* RichHistoryQueriesTab uses this Range Component
*
* https://developers.grafana.com/ui/latest/index.html?path=/docs/inputs-rangeslider--docs
*/
export declare const RangeSlider: {
({ min, max, onChange, onAfterChange, orientation, reverse, step, formatTooltipResult, value, tooltipAlwaysVisible, }: RangeSliderProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};