UNPKG

@wolf-scope/wolf-ui

Version:

UI library for web applications using Lit

5 lines (4 loc) 166 B
import { tagName as m, WolfTypography as t } from "./typography.mjs"; import "lit/decorators.js"; import "lit"; customElements.get(m) || customElements.define(m, t);