UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

9 lines (8 loc) 338 B
import type { PropsFor } from "../../types.js"; export type TableBodyProps = PropsFor<"tbody">; /** * Table.Body component (tbody element) * @visibleName Table.Body */ declare const TableBody: import("react").ForwardRefExoticComponent<TableBodyProps & import("react").RefAttributes<HTMLTableSectionElement>>; export default TableBody;