index.js 370 B

12345678910111213
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. var _Notification = require('./Notification');
  6. var _Notification2 = _interopRequireDefault(_Notification);
  7. function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
  8. exports['default'] = _Notification2['default']; // based on rc-notification 3.3.1