UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

9 lines (8 loc) 350 B
import type { PropsFor } from "../../types.js"; export type TableFooterProps = PropsFor<"tfoot">; /** * Table.Footer component (tfoot element) * @visibleName Table.Footer */ declare const TableFooter: import("react").ForwardRefExoticComponent<TableFooterProps & import("react").RefAttributes<HTMLTableSectionElement>>; export default TableFooter;