UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

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