UNPKG

@synergy-design-system/components

Version:

This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define

15 lines (14 loc) 503 B
/** * --------------------------------------------------------------------- * 🔒 AUTOGENERATED BY VENDORISM * Removing this comment will prevent it from being managed by it. * --------------------------------------------------------------------- */ import SynProgressRing from './progress-ring.component.js'; export * from './progress-ring.component.js'; export default SynProgressRing; declare global { interface HTMLElementTagNameMap { 'syn-progress-ring': SynProgressRing; } }