UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

11 lines (10 loc) 416 B
import React from "react"; import type { OverridableComponent } from "../utils-external/index.js"; export interface InternalHeaderTitleProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> { /** * Application title */ children: React.ReactNode; } export declare const InternalHeaderTitle: OverridableComponent<InternalHeaderTitleProps, HTMLAnchorElement>; export default InternalHeaderTitle;