UNPKG

mvdom

Version:

deprecated - Moved to dom-native package

6 lines 184 B
export function customElement(tagName) { return function (target) { customElements.define(tagName, target); }; } //# sourceMappingURL=ts-decorator-custom-element.js.map