UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

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