UNPKG

@utrecht/component-library-react

Version:

React component library bundle for the Municipality of Utrecht based on the NL Design System architecture

8 lines 427 B
import { HTMLAttributes, PropsWithChildren } from 'react'; export interface HTMLHeadingProps extends PropsWithChildren<HTMLAttributes<HTMLHeadingElement>> { level?: number; } export declare const HTMLHeading: import("react").ForwardRefExoticComponent<HTMLHeadingProps & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes<HTMLHeadingElement>>; //# sourceMappingURL=HTMLHeading.d.ts.map