UNPKG

@julo-ui/sliders

Version:

A React Slider component that implements input[type='range']

8 lines (5 loc) 243 B
import * as _julo_ui_system from '@julo-ui/system'; import { RangeSliderProps } from './types.js'; import '../types.js'; declare const RangeSlider: _julo_ui_system.ComponentWithAs<"div", RangeSliderProps>; export { RangeSlider as default };