UNPKG

react-howl

Version:
14 lines (11 loc) 248 B
import PropTypes from 'prop-types'; /** * Prop-types helper for the "withStyles" HOC. * * @type {object} */ const withStylesPropTypes = { classNames: PropTypes.shape({}), theme: PropTypes.shape({}), }; export default withStylesPropTypes;