UNPKG

@chakra-ui/table

Version:

Table component for React and Chakra UI

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