UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 270 B
import React from "react"; export type BodyProps = React.HTMLAttributes<HTMLTableSectionElement>; export type BodyType = React.ForwardRefExoticComponent<BodyProps & React.RefAttributes<HTMLTableSectionElement>>; export declare const Body: BodyType; export default Body;