UNPKG

react-with-direction

Version:

Components to provide and consume RTL or LTR direction in React

8 lines (6 loc) 159 B
import PropTypes from 'prop-types'; export default PropTypes.shape({ getState: PropTypes.func, setState: PropTypes.func, subscribe: PropTypes.func, });