@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
26 lines (23 loc) • 590 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _Config = require("../../../../Provider/Config");
var _default = {
isMore: false,
isAnimate: true,
isClose: false,
autoClose: false,
hideTime: '3000',
dataId: 'toastMessage',
needAutoZindex: true,
needIcon: true,
titleVariant: 'primary',
isShrinkView: false,
needClose: true,
customProps: {},
dataSelectorId: 'desktopNotification',
responsiveId: (0, _Config.getDotLibraryConfig)('desktopNotificationResponsiveId')
};
exports["default"] = _default;