mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
10 lines
223 B
TypeScript
10 lines
223 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Space from './src/space'
|
|
|
|
export const ElSpace = withInstall(Space)
|
|
export default ElSpace
|
|
|
|
export * from './src/space'
|
|
export * from './src/use-space'
|