UNPKG

polymer-analyzer

Version:
19 lines 285 B
<script> Polymer({ properties: { ABC: { type: String, notify: true }, dEF: { type: String, notify: true }, 'g-H--i': { type: String, notify: true } }, is: 'simple-element' }); </script>