kenchris / lit-element

A base class for creating web components using lit-html
BSD 3-Clause "New" or "Revised" License
81 stars 10 forks source link

Wrong type in static get properties #12

Open filipbech opened 7 years ago

filipbech commented 7 years ago

its defined as an PropertyDeclaration[], but shouldn't it be more like {

}

and then the getter on the baseclass (e.g. de default value) should be an empty object instead of an empty array...

or am I missing something?