UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

9 lines (8 loc) 204 B
import SlRating from './rating.component.js'; export * from './rating.component.js'; export default SlRating; declare global { interface HTMLElementTagNameMap { 'sl-rating': SlRating; } }