UNPKG

grommet

Version:

focus on the essential experience

11 lines 281 B
import PropTypes from 'prop-types'; var PropType = {}; if (process.env.NODE_ENV !== 'production') { PropType = { content: PropTypes.node, dropProps: PropTypes.object, plain: PropTypes.bool, defaultVisible: PropTypes.bool }; } export var TipPropTypes = PropType;