UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

4 lines 310 B
import { FlexStyle, flexStyle } from "./flex.style.js"; import { Flex, FlexProps, FlexPropsContext, useFlexPropsContext } from "./flex.js"; import { Spacer, SpacerProps } from "./spacer.js"; export { Flex, type FlexProps, FlexPropsContext, FlexStyle, Spacer, type SpacerProps, flexStyle, useFlexPropsContext };