UNPKG

@chakra-ui/table

Version:

Table component for React and Chakra UI

9 lines (6 loc) 294 B
import * as _chakra_ui_system from '@chakra-ui/system'; import { HTMLChakraProps } from '@chakra-ui/system'; interface TableFooterProps extends HTMLChakraProps<"tfoot"> { } declare const Tfoot: _chakra_ui_system.ComponentWithAs<"tfoot", TableFooterProps>; export { TableFooterProps, Tfoot };