@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
16 lines (13 loc) • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _Config = require("../../../../Provider/Config");
var _default = {
needIcon: true,
variant: 'primary',
needClose: true,
responsiveId: (0, _Config.getDotLibraryConfig)('desktopNotificationResponsiveId')
};
exports["default"] = _default;