9 lines
222 B
TypeScript
9 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;
|
||
|
}
|
||
|
}
|