@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
16 lines (12 loc) • 406 B
JavaScript
"use client";
const require_factory = require('../../core/system/factory.cjs');
//#region src/components/box/box.tsx
/**
* `Box` is the most abstract component on which all other components are built. By default, it renders a `div` element.
*
* @see https://yamada-ui.com/docs/components/box
*/
const Box = require_factory.styled("div");
//#endregion
exports.Box = Box;
//# sourceMappingURL=box.cjs.map