You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
611 B
17 lines
611 B
11 months ago
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
||
|
var withInstall = require('../../utils/with-install.js');
|
||
|
var notify = require('./src/notify.js');
|
||
|
var notification = require('./src/notification.js');
|
||
|
|
||
|
const ElNotification = withInstall.withInstallFunction(notify["default"], "$notify");
|
||
|
|
||
|
exports.notificationEmits = notification.notificationEmits;
|
||
|
exports.notificationProps = notification.notificationProps;
|
||
|
exports.notificationTypes = notification.notificationTypes;
|
||
|
exports.ElNotification = ElNotification;
|
||
|
exports["default"] = ElNotification;
|
||
|
//# sourceMappingURL=index.js.map
|