UNPKG

reliance-react-checkbox-tree

Version:

Fork of checkbox tree in React by Jake Zatecky: https://github.com/jakezatecky/react-checkbox-tree.

8 lines (6 loc) 212 B
import PropTypes from 'prop-types'; export default PropTypes.shape({ collapseAll: PropTypes.string.isRequired, expandAll: PropTypes.string.isRequired, toggle: PropTypes.string.isRequired, });