UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

8 lines (7 loc) 208 B
import React from 'react'; import { SliderProps } from './types'; /** * Sliders allow users to make selections from a range of values. */ declare const Slider: React.FC<SliderProps>; export default Slider;