UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

9 lines (8 loc) 249 B
import SlAnimatedImage from './animated-image.component.js'; export * from './animated-image.component.js'; export default SlAnimatedImage; declare global { interface HTMLElementTagNameMap { 'sl-animated-image': SlAnimatedImage; } }