@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
6 lines (5 loc) • 296 B
TypeScript
import React from "react";
type DataTableTheadProps = React.HTMLAttributes<HTMLTableSectionElement>;
declare const DataTableThead: React.ForwardRefExoticComponent<DataTableTheadProps & React.RefAttributes<HTMLTableSectionElement>>;
export { DataTableThead };
export type { DataTableTheadProps };