UNPKG

rheostat

Version:

Rheostat is a www, mobile, and accessible slider component built with React

8 lines (6 loc) 167 B
import PropTypes from 'prop-types'; import { HORIZONTAL, VERTICAL, } from '../constants/SliderConstants'; export default PropTypes.oneOf([HORIZONTAL, VERTICAL]);