UNPKG

@zohodesk/dot

Version:

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

16 lines (15 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { size: 'xmedium', isTeam: false, teamClassName: '', borderOnActive: false, customProps: {}, dataSelectorId: 'avatarWithTeam', teamBorderActive: true }; exports.defaultProps = defaultProps;