mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
11 lines
237 B
TypeScript
11 lines
237 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
|
|
import Space from './src/space'
|
|
|
|
export const ElSpace = withInstall(Space)
|
|
export default ElSpace
|
|
|
|
export * from './src/space'
|
|
export * from './src/item'
|
|
export * from './src/use-space'
|