UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

9 lines (8 loc) 222 B
import SlAnimation from './animation.component.js'; export * from './animation.component.js'; export default SlAnimation; declare global { interface HTMLElementTagNameMap { 'sl-animation': SlAnimation; } }