UNPKG

@grafana/ui

Version:
13 lines (12 loc) 458 B
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; };