UNPKG

react-with-direction

Version:

Components to provide and consume RTL or LTR direction in React

7 lines (4 loc) 169 B
import values from 'object.values'; import PropTypes from 'prop-types'; import { DIRECTIONS } from '../constants'; export default PropTypes.oneOf(values(DIRECTIONS));