UNPKG

polymer-analyzer

Version:
9 lines (8 loc) 120 B
/** * @polymerElement */ class TestElement extends HTMLElement { static get is() { return 'test-element'; } }