You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
431 B
JavaScript
10 lines
431 B
JavaScript
import { withInstall } from "../../utils/vue/install.mjs";
|
|
import { popconfirmEmits, popconfirmProps } from "./src/popconfirm.mjs";
|
|
import popconfirm_default from "./src/popconfirm2.mjs";
|
|
|
|
//#region ../../packages/components/popconfirm/index.ts
|
|
const ElPopconfirm = withInstall(popconfirm_default);
|
|
|
|
//#endregion
|
|
export { ElPopconfirm, ElPopconfirm as default, popconfirmEmits, popconfirmProps };
|
|
//# sourceMappingURL=index.mjs.map
|