mt-ui-components-vue3
Version:
玛果添实UI组件库(Vue3)
11 lines (10 loc) • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.JNotification = void 0;
var _antDesignVue = require("ant-design-vue");
var JNotification = _antDesignVue.notification;
exports.JNotification = JNotification;
var _default = JNotification;
exports.default = _default;