UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

14 lines (13 loc) 442 B
import Component from '../../components/badge/badge.component.js'; /** * @summary Badges are used to draw attention and display statuses or counts. * @documentation https://shoelace.style/components/badge * @status stable * @since 2.0 * * @slot - The badge's content. * * @csspart base - The component's base wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>; export default reactWrapper;