@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
22 lines (21 loc) • 554 B
text/typescript
"use client";
export {
default as InternalHeader,
type InternalHeaderProps,
} from "./InternalHeader";
export {
default as InternalHeaderButton,
type InternalHeaderButtonProps,
} from "./InternalHeaderButton";
export {
default as InternalHeaderTitle,
type InternalHeaderTitleProps,
} from "./InternalHeaderTitle";
export {
default as InternalHeaderUser,
type InternalHeaderUserProps,
} from "./InternalHeaderUser";
export {
default as InternalHeaderUserButton,
type InternalHeaderUserButtonProps,
} from "./InternalHeaderUserButton";