sudovanilla-website/public/@shoelace-style/shoelace/cdn/react/badge/index.d.ts

14 lines
442 B
TypeScript
Raw Normal View History

2024-05-13 22:34:06 -05:00
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;