element-plus
Version:
A Component Library for Vue 3
16 lines (11 loc) • 495 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
require('../../utils/index.js');
var popconfirm$1 = require('./src/popconfirm2.js');
var popconfirm = require('./src/popconfirm.js');
var install = require('../../utils/vue/install.js');
const ElPopconfirm = install.withInstall(popconfirm$1["default"]);
exports.popconfirmProps = popconfirm.popconfirmProps;
exports.ElPopconfirm = ElPopconfirm;
exports["default"] = ElPopconfirm;
//# sourceMappingURL=index.js.map
;