mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
9 lines
215 B
TypeScript
9 lines
215 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
|
|
import Popconfirm from './src/popconfirm.vue'
|
|
|
|
export const ElPopconfirm = withInstall(Popconfirm)
|
|
export default ElPopconfirm
|
|
|
|
export * from './src/popconfirm'
|