UNPKG

carpooluikit

Version:
4 lines (3 loc) 134 B
export { default as Box } from "./Box"; export { default as Flex } from "./Flex"; export type { BoxProps, FlexProps } from "./types";