@grafana/ui
Version:
Grafana Components Library
11 lines (10 loc) • 398 B
TypeScript
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;
};