UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 278 B
import type { SFCWithInstall } from '../_util/interface'; import Space from './space'; type SpaceType = SFCWithInstall<typeof Space>; export { spaceProps } from './props'; export type { SpaceProps } from './props'; export declare const FSpace: SpaceType; export default FSpace;