UNPKG

react-layout-kit

Version:
5 lines (4 loc) 213 B
export { default as Center, type CenterProps } from './Center'; export { Flexbox, type FlexboxProps } from './Flexbox'; export type { CommonSpaceNumber, IFlexbox } from './FlexBasic'; export type * from './type';