@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 DataTableTbodyProps = React.HTMLAttributes<HTMLTableSectionElement>;
declare const DataTableTbody: React.ForwardRefExoticComponent<DataTableTbodyProps & React.RefAttributes<HTMLTableSectionElement>>;
export { DataTableTbody };
export type { DataTableTbodyProps };