UNPKG

@zohodesk/dot

Version:

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

13 lines (12 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { customProps: {}, dataSelectorId: 'globalNotification', needAutoClose: true, hideTime: 3000 }; exports.defaultProps = defaultProps;