UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

9 lines (6 loc) 155 B
"use strict"; "use client"; import { chakra } from '../../styled-system/factory.js'; const Box = chakra("div"); Box.displayName = "Box"; export { Box };