import { withInstall } from '@element-plus/utils' import Space from './src/space' import type { SFCWithInstall } from '@element-plus/utils' export const ElSpace: SFCWithInstall = withInstall(Space) export default ElSpace export * from './src/space' export * from './src/item' export * from './src/use-space'