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