UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

11 lines (10 loc) 380 B
export { Box } from "./box"; export type { BoxProps } from "./box"; export { Square } from "./square"; export type { SquareProps } from "./square"; export { Circle } from "./circle"; export type { CircleProps } from "./circle"; export { Span } from "./span"; export type { SpanProps } from "./span"; export { Sticky } from "./sticky"; export type { StickyProps } from "./sticky";