@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
18 lines (13 loc) • 649 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../../utils/index.js');
var notify = require('./src/notify.js');
var notification = require('./src/notification.js');
var install = require('../../utils/vue/install.js');
const VsNotification = install.withInstallFunction(notify.notification, "$notification");
exports.notificationEmits = notification.notificationEmits;
exports.notificationPosition = notification.notificationPosition;
exports.notificationProps = notification.notificationProps;
exports.VsNotification = VsNotification;
exports["default"] = VsNotification;
//# sourceMappingURL=index.js.map