export { default as Center, type CenterProps } from './Center';
export { Flexbox, type FlexboxProps } from './Flexbox';
export type { CommonSpaceNumber, IFlexbox } from './FlexBasic';
export type * from './type';
