UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

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