UNPKG

@yamada-ui/native-table

Version:

Yamada UI native table component

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