{"version":3,"file":"Table.mjs","sources":["../../../packages/table/Table.tsx"],"sourcesContent":["import { ForwardedRef, forwardRef } from 'react'\nimport { TableProps } from './types.js'\nimport { TableStyle } from './styles.js'\n\nexport const Table = forwardRef(\n  (props: TableProps, ref?: ForwardedRef<HTMLTableElement>) => {\n    return <TableStyle ref={ref} {...props} />\n  },\n)\nTable.displayName = 'Table'\n"],"names":["Table","forwardRef","props","ref","_jsx","TableStyle","displayName"],"mappings":";;;;AAIO,MAAMA,KAAK,gBAAGC,UAAU,CAC7B,CAACC,KAAiB,EAAEC,GAAoC,KAAK;EAC3D,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;;;;"}