@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
7 lines (6 loc) • 306 B
TypeScript
import React from "react";
export interface FormSummaryLabelProps extends React.HTMLAttributes<HTMLElement> {
children: React.ReactNode;
}
export declare const FormSummaryLabel: React.ForwardRefExoticComponent<FormSummaryLabelProps & React.RefAttributes<HTMLElement>>;
export default FormSummaryLabel;