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