@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
9 lines (8 loc) • 767 B
TypeScript
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 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";