UNPKG

@grafana/ui

Version:
11 lines (10 loc) 364 B
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; };