UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 212 B
import './style'; import { withInstall } from '../_util/withInstall'; import Space from './space'; export { spaceProps } from './props'; const FSpace = withInstall(Space); export { FSpace, FSpace as default };