UNPKG

@custom-elements-manifest/analyzer

Version:

<!-- [=> See Source <=](../../docs/analyzer/index.md) -->

7 lines 243 B
export const ModuleMixin = klass => class extends klass { moduleMixinField; static observedAttributes = [...super.observedAttributes, 'moduleMixin-attr']; moduleMixinMethod() { this.dispatchEvent(new Event('moduleMixin-event')) } }