UNPKG

polymer-analyzer

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