@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
35 lines (34 loc) • 911 B
text/typescript
"use client";
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";