UNPKG

react-checkbox-tree-enhanced

Version:

A simple, elegant, and enhanced checkbox tree for React.

9 lines (6 loc) 190 B
import PropTypes from 'prop-types'; const listShape = PropTypes.oneOfType([ PropTypes.arrayOf(PropTypes.string), PropTypes.arrayOf(PropTypes.number), ]); export default listShape;