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