mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
9 lines
223 B
TypeScript
9 lines
223 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
import Dialog from './src/dialog.vue'
|
|
|
|
export const ElDialog = withInstall(Dialog)
|
|
export default ElDialog
|
|
|
|
export * from './src/use-dialog'
|
|
export * from './src/dialog'
|