UNPKG

react-cm-ui

Version:
11 lines (9 loc) 267 B
import PropTypes from 'prop-types'; export const SORTABLE_PROP_TYPES = PropTypes.shape({ disabled: PropTypes.bool, filter: PropTypes.string, group: PropTypes.string, handle: PropTypes.bool, onChange: PropTypes.func, sort: PropTypes.bool, });