sudovanilla-website/public/@shoelace-style/shoelace/cdn/components/rating/rating.d.ts

9 lines
204 B
TypeScript
Raw Normal View History

2024-05-13 22:34:06 -05:00
import SlRating from './rating.component.js';
export * from './rating.component.js';
export default SlRating;
declare global {
interface HTMLElementTagNameMap {
'sl-rating': SlRating;
}
}