UNPKG

@grafana/ui

Version:
11 lines (10 loc) 398 B
import { SliderProps } from './types'; /** * @public * * https://developers.grafana.com/ui/latest/index.html?path=/docs/inputs-slider--docs */ export declare const Slider: { ({ min, max, onChange, onAfterChange, orientation, reverse, step, value, ariaLabelForHandle, marks, included, inputId, showInput, }: SliderProps): import("react/jsx-runtime").JSX.Element; displayName: string; };