import './slider.less'; import { Slider } from './slider.js'; export type { SliderProps, SliderValue } from './slider.js'; export default Slider;