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

8 lines
222 B
TypeScript

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