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

9 lines
249 B
TypeScript
Raw Normal View History

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