@utrecht/component-library-react
Version:
React component library bundle for the Municipality of Utrecht based on the NL Design System architecture
13 lines • 502 B
TypeScript
/**
* @license EUPL-1.2
* Copyright (c) 2023 Gemeente Utrecht
* Copyright (c) 2023 Frameless B.V.
*/
import { HTMLAttributes } from 'react';
export interface BadgeCounterProps extends HTMLAttributes<HTMLElement> {
value?: string;
}
export declare const BadgeCounter: import("react").ForwardRefExoticComponent<BadgeCounterProps & {
children?: import("react").ReactNode | undefined;
} & import("react").RefAttributes<HTMLElement | HTMLDataElement>>;
//# sourceMappingURL=BadgeCounter.d.ts.map