1 line
641 B
Plaintext
1 line
641 B
Plaintext
{"version":3,"sources":["../src/tfooter.tsx"],"sourcesContent":["import { chakra, forwardRef, HTMLChakraProps } from \"@chakra-ui/system\"\nimport { useTableStyles } from \"./table\"\n\nexport interface TableFooterProps extends HTMLChakraProps<\"tfoot\"> {}\n\nexport const Tfoot = forwardRef<TableFooterProps, \"tfoot\">((props, ref) => {\n const styles = useTableStyles()\n return <chakra.tfoot {...props} ref={ref} __css={styles.tfoot} />\n})\n"],"mappings":";;;;;;AAAA,SAAS,QAAQ,kBAAmC;AAO3C;AAFF,IAAM,QAAQ,WAAsC,CAAC,OAAO,QAAQ;AACzE,QAAM,SAAS,eAAe;AAC9B,SAAO,oBAAC,OAAO,OAAP,EAAc,GAAG,OAAO,KAAU,OAAO,OAAO,OAAO;AACjE,CAAC;","names":[]} |