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

9 lines
222 B
TypeScript
Raw Normal View History

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