@grafana/ui
Version:
Grafana Components Library
11 lines (10 loc) • 364 B
TypeScript
import { RangeSliderProps } from './types';
/**
* @public
*
* RichHistoryQueriesTab uses this Range Component
*/
export declare const RangeSlider: {
({ min, max, onChange, onAfterChange, orientation, reverse, step, formatTooltipResult, value, tooltipAlwaysVisible, }: RangeSliderProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};