UNPKG

@yamada-ui/native-table

Version:

Yamada UI native table component

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