UNPKG

@yamada-ui/native-table

Version:

Yamada UI native table component

9 lines (6 loc) 271 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps } from '@yamada-ui/core'; interface TableBodyProps extends HTMLUIProps<"tbody"> { } declare const Tbody: _yamada_ui_core.Component<"tbody", TableBodyProps>; export { type TableBodyProps, Tbody };