UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

9 lines (8 loc) 172 B
import React from "react"; interface BadgeProps { count: number; label?: string; color?: string; } export declare const Badge: React.FC<BadgeProps>; export {};