UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

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