mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Empty from './src/empty.vue'
|
|
|
|
export const ElEmpty = withInstall(Empty)
|
|
export default ElEmpty
|
|
|
|
export * from './src/empty'
|