UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

8 lines (7 loc) 456 B
import React from 'react'; import { SliderProps } from './type'; declare const Slider: { ({ as, className, min, max, step, start, end, range, labeled, labelType, labelButtom, labelDistance, autoAdjustLabels, ticked, smooth, vertical, disabled, inverted, interpretLabel, onChange, onMove, onStart, children, ...props }: SliderProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; }; export default Slider;