UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 282 B
import React from "react"; export type HeaderProps = React.HTMLAttributes<HTMLTableSectionElement>; export type HeaderType = React.ForwardRefExoticComponent<HeaderProps & React.RefAttributes<HTMLTableSectionElement>>; export declare const Header: HeaderType; export default Header;