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