{"version":3,"file":"index.cjs","sources":["../../../src/components/Box/index.tsx"],"sourcesContent":["import { ComponentPropsWithRef, forwardRef } from \"react\";\n\nexport type BoxProps = ComponentPropsWithRef<\"div\">;\n\nexport const Box = forwardRef<HTMLDivElement, BoxProps>(({ ...props }, ref) => {\n  return <div ref={ref} {...props} />;\n});\n"],"names":["Box","forwardRef","props","ref","jsx"],"mappings":"yIAIaA,mBAAMC,YAAqC,KAAMC,GAASC,IAC7DC,EAAAA,kBAAAA,IAAA,MAAA,CAAID,SAAcD"}