UNPKG

@synergy-design-system/react

Version:
13 lines (12 loc) 483 B
import Component from '@synergy-design-system/components/components/badge/badge.component.js'; /** * @summary Badges are used to draw attention and display statuses or counts. * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-badge--docs * @status stable * @since 2.0 * * @slot - The badge's content. * * @csspart base - The component's base wrapper. */ export declare const SynBadge: import("@lit/react").ReactWebComponent<Component, {}>;