UNPKG

@zohodesk/dot

Version:

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

25 lines (24 loc) 505 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { iconName: 'bell', iconSize: '30', submitType: 'primary', isIconMid: false, needClose: false, type: 'primary', isMore: false, messageState: false, isAnimate: true, isClose: false, autoClose: false, hideTime: '3000', dataId: 'toastMessage', needAutoZindex: true, a11y: {}, dataSelectorId: 'toastMessage' }; exports.defaultProps = defaultProps;