{"version":3,"file":"Tbody.mjs","sources":["../../../packages/table/Tbody.tsx"],"sourcesContent":["import { ForwardedRef, forwardRef } from 'react'\nimport { TbodyProps } from './types.js'\nimport { TbodyStyle } from './styles.js'\n\nexport const Tbody = forwardRef(\n  (props: TbodyProps, ref?: ForwardedRef<HTMLTableSectionElement>) => {\n    return <TbodyStyle ref={ref} {...props} />\n  },\n)\nTbody.displayName = 'Tbody'\n"],"names":["Tbody","forwardRef","props","ref","_jsx","TbodyStyle","displayName"],"mappings":";;;;AAIO,MAAMA,KAAK,gBAAGC,UAAU,CAC7B,CAACC,KAAiB,EAAEC,GAA2C,KAAK;EAClE,oBAAOC,GAAA,CAACC,UAAU,EAAA;AAACF,IAAAA,GAAG,EAAEA,GAAI;IAAA,GAAKD,KAAAA;AAAK,GAAG,CAAC,CAAA;AAC5C,CACF,EAAC;AACDF,KAAK,CAACM,WAAW,GAAG,OAAO;;;;"}