UNPKG

@grafana/ui

Version:
9 lines (8 loc) 289 B
import { SliderProps } from './types'; /** * @public */ export declare const Slider: { ({ min, max, onChange, onAfterChange, orientation, reverse, step, value, ariaLabelForHandle, marks, included, }: SliderProps): import("react/jsx-runtime").JSX.Element; displayName: string; };