jc-biz-components
Version:
jc component library based on Antd
14 lines (9 loc) • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _notification = require('antd/lib/notification');
var _notification2 = _interopRequireDefault(_notification);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
exports['default'] = _notification2['default'];
module.exports = exports['default'];