UNPKG

@surveycake/rc

Version:

react component of surveycake

7 lines (6 loc) 237 B
/// <reference types="react" /> import { SliderProps as MUISliderProps } from '@material-ui/core/Slider'; interface SliderProps extends MUISliderProps { } export default function Slider(props: SliderProps): JSX.Element; export {};