UNPKG

@chakra-ui/table

Version:

Table component for React and Chakra UI

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