UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

7 lines (6 loc) 321 B
import React from "react"; export interface ExpansionCardContentProps extends React.HTMLAttributes<HTMLDivElement> { children: React.ReactNode; } declare const ExpansionCardContent: React.ForwardRefExoticComponent<ExpansionCardContentProps & React.RefAttributes<HTMLDivElement>>; export default ExpansionCardContent;