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