@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
12 lines (11 loc) • 503 B
text/typescript
"use client";
export { type BodyLongProps, default as BodyLong } from "./BodyLong";
export { type BodyShortProps, default as BodyShort } from "./BodyShort";
export { default as Detail, type DetailProps } from "./Detail";
export {
default as ErrorMessage,
type ErrorMessageProps,
} from "./ErrorMessage";
export { default as Heading, type HeadingProps } from "./Heading";
export { default as Ingress, type IngressProps } from "./Ingress";
export { default as Label, type LabelProps } from "./Label";