UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

9 lines (8 loc) 219 B
import SlTreeItem from './tree-item.component.js'; export * from './tree-item.component.js'; export default SlTreeItem; declare global { interface HTMLElementTagNameMap { 'sl-tree-item': SlTreeItem; } }