UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

25 lines 818 B
import PropTypes from 'prop-types'; export const propTypes = { customTextClass: PropTypes.string, initial: PropTypes.string, isTeam: PropTypes.bool, name: PropTypes.string, needTitle: PropTypes.bool, palette: PropTypes.oneOf(['primary', 'secondary', 'info', 'default']), size: PropTypes.string, src: PropTypes.string, dataSelectorId: PropTypes.string, teamClassName: PropTypes.string, teamName: PropTypes.string, textPalette: PropTypes.oneOf(['white', 'black']), title: PropTypes.string, borderOnActive: PropTypes.bool, teamBorderActive: PropTypes.bool, customProps: PropTypes.shape({ AvatarWithTeamProps: PropTypes.object, Avatar1Props: PropTypes.object, AvatarTeam1Props: PropTypes.object, Avatar2Props: PropTypes.object, AvatarTeam2Props: PropTypes.object }) };