UNPKG

@yamada-ui/react

Version:

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

1 lines 566 B
{"version":3,"file":"box.cjs","names":["styled"],"sources":["../../../../src/components/box/box.tsx"],"sourcesContent":["\"use client\"\n\nimport type { HTMLStyledProps } from \"../../core\"\nimport { styled } from \"../../core\"\n\nexport interface BoxProps extends HTMLStyledProps {}\n\n/**\n * `Box` is the most abstract component on which all other components are built. By default, it renders a `div` element.\n *\n * @see https://yamada-ui.com/docs/components/box\n */\nexport const Box = styled(\"div\")\n"],"mappings":";;;;;;;;;;;AAYA,MAAa,MAAMA,uBAAO,MAAM"}