UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

10 lines (9 loc) 865 B
export { default as FormSummary, type FormSummaryProps } from "./FormSummary"; export { default as FormSummaryAnswer, type FormSummaryAnswerProps, } from "./FormSummaryAnswer"; export { default as FormSummaryAnswers, type FormSummaryAnswersProps, } from "./FormSummaryAnswers"; export { default as FormSummaryEditLink, type FormSummaryEditProps, } from "./FormSummaryEditLink"; export { default as FormSummaryFooter, type FormSummaryFooterProps, } from "./FormSummaryFooter"; export { default as FormSummaryHeader, type FormSummaryHeaderProps, } from "./FormSummaryHeader"; export { default as FormSummaryHeading, type FormSummaryHeadingProps, } from "./FormSummaryHeading"; export { default as FormSummaryLabel, type FormSummaryLabelProps, } from "./FormSummaryLabel"; export { default as FormSummaryValue, type FormSummaryValueProps, } from "./FormSummaryValue";