UNPKG

grommet

Version:

focus on the essential experience

10 lines 366 B
import PropTypes from 'prop-types'; var PropType = {}; if (process.env.NODE_ENV !== 'production') { PropType = { size: PropTypes.oneOfType([PropTypes.oneOf(['xsmall', 'small', 'medium', 'large', 'xlarge', '2xl', '3xl', '4xl', '5xl']), PropTypes.string]), src: PropTypes.string, imageProps: PropTypes.object }; } export var AvatarPropTypes = PropType;