UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

12 lines (11 loc) 415 B
import React from "react"; export interface FormSummaryAnswerProps extends React.HTMLAttributes<HTMLDivElement> { /** * Must include: * - `<FormSummary.Label>` * - `<FormSummary.Value>` */ children: React.ReactNode; } export declare const FormSummaryAnswer: React.ForwardRefExoticComponent<FormSummaryAnswerProps & React.RefAttributes<HTMLDivElement>>; export default FormSummaryAnswer;