UNPKG

@wolf-scope/wolf-ui

Version:

UI library for web applications using Lit

5 lines (4 loc) 163 B
import { tagName as e, WolfTabPanel as m } from "./tab-panel.mjs"; import "lit/decorators.js"; import "lit"; customElements.get(e) || customElements.define(e, m);