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

9 lines
216 B
TypeScript
Raw Normal View History

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