UNPKG

@zohodesk/dot

Version:

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

15 lines (14 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { needCreateChat: true, isLeft: false, isIdle: false, size: 'xmedium', customProps: {}, dataSelectorId: 'avatarCollision' }; exports.defaultProps = defaultProps;