UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines (5 loc) 275 B
import React from "react"; type DataTableTdProps = React.HTMLAttributes<HTMLTableCellElement>; declare const DataTableTd: React.ForwardRefExoticComponent<DataTableTdProps & React.RefAttributes<HTMLTableCellElement>>; export { DataTableTd }; export type { DataTableTdProps };