UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

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