UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

7 lines (6 loc) 260 B
export { Grid } from "./grid"; export type { GridProps } from "./grid"; export { GridItem } from "./grid-item"; export type { GridItemProps } from "./grid-item"; export { SimpleGrid } from "./simple-grid"; export type { SimpleGridProps } from "./simple-grid";