UNPKG

mdc-react

Version:

Material Components for the web implemented in React

8 lines (7 loc) 244 B
import PropTypes from 'prop-types'; export const commonPropTypes = { element: PropTypes.string, component: PropTypes.oneOfType([PropTypes.string, PropTypes.func]), className: PropTypes.string, children: PropTypes.node };