index.ts 234 B

123456789
  1. import { withInstall } from '@element-plus/utils'
  2. import Empty from './src/empty.vue'
  3. export const ElEmpty = withInstall(Empty)
  4. export default ElEmpty
  5. export * from './src/empty'
  6. export type { EmptyInstance } from './src/instance'