UNPKG

@zohodesk/dot

Version:

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

14 lines (13 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { isClose: false, size: 'medium', customProps: {}, dataSelectorId: 'avatarClose', dataId: 'avatarClose' }; exports.defaultProps = defaultProps;