UNPKG

@utrecht/component-library-react

Version:

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

13 lines 498 B
/** * @license EUPL-1.2 * Copyright (c) 2023 Gemeente Utrecht * Copyright (c) 2023 Frameless B.V. */ import { HTMLAttributes } from 'react'; export interface NumberBadgeProps extends HTMLAttributes<HTMLElement> { value?: string; } export declare const NumberBadge: import("react").ForwardRefExoticComponent<NumberBadgeProps & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes<HTMLElement | HTMLDataElement>>; //# sourceMappingURL=NumberBadge.d.ts.map