UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

5 lines (4 loc) 271 B
import type { PropsFor } from "../../types.js"; export type TableHeaderProps = PropsFor<"thead">; declare const TableHeader: import("react").ForwardRefExoticComponent<TableHeaderProps & import("react").RefAttributes<HTMLTableSectionElement>>; export default TableHeader;