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
549 B

'use strict';
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.popconfirmEmits = popconfirm.popconfirmEmits;
exports.popconfirmProps = popconfirm.popconfirmProps;
exports.ElPopconfirm = ElPopconfirm;
exports["default"] = ElPopconfirm;
//# sourceMappingURL=index.js.map