UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 273 B
import React from "react"; type DataTableTrProps = React.HTMLAttributes<HTMLTableRowElement>; declare const DataTableTr: React.ForwardRefExoticComponent<DataTableTrProps & React.RefAttributes<HTMLTableRowElement>>; export { DataTableTr }; export type { DataTableTrProps };