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 TableHeaderProps = PropsFor<"thead">; /** * Table.Header component (thead element) * @visibleName Table.Header */ declare const TableHeader: import("react").ForwardRefExoticComponent<TableHeaderProps & import("react").RefAttributes<HTMLTableSectionElement>>; export default TableHeader;