sudovanilla-website/public/@shoelace-style/shoelace/cdn/components/animated-image/animated-image.d.ts
2024-05-13 23:34:06 -04:00

8 lines
249 B
TypeScript

import SlAnimatedImage from './animated-image.component.js';
export * from './animated-image.component.js';
export default SlAnimatedImage;
declare global {
interface HTMLElementTagNameMap {
'sl-animated-image': SlAnimatedImage;
}
}