UNPKG

@amsterdam/design-system-react

Version:

All React components from the Amsterdam Design System. Use it to compose pages in your website or application.

12 lines (11 loc) 440 B
/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ export declare const CardHeading: import("react").ForwardRefExoticComponent<{ color?: "inverse"; level: 1 | 2 | 3 | 4; size?: "level-1" | "level-2" | "level-3" | "level-4" | "level-5" | "level-6"; } & import("react").HTMLAttributes<HTMLHeadingElement> & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes<HTMLHeadingElement>>;