mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
10 lines
234 B
TypeScript
10 lines
234 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
|
|
import Empty from './src/empty.vue'
|
|
|
|
export const ElEmpty = withInstall(Empty)
|
|
export default ElEmpty
|
|
|
|
export * from './src/empty'
|
|
export type { EmptyInstance } from './src/instance'
|