UNPKG

wired-elements

Version:

Collection of hand-drawn sketchy web components

5 lines (4 loc) 211 B
import { customElement } from 'lit-element'; import { WiredMatIcon } from './WiredMatIcon'; window.customElements.get('wired-mat-icon') || customElement('wired-mat-icon')(WiredMatIcon); export { WiredMatIcon };