UNPKG

polymer-analyzer

Version:
16 lines (15 loc) 216 B
/** * @polymer * @mixinFunction * @memberof Polymer */ class TestMixin extends superclass { static get properties() { return { foo: { notify: true, type: String, }, }; } }