MithrilJS / mithril.d.ts

Types for mithril.js
MIT License
80 stars 11 forks source link

Use HTMLElement instead #14

Closed sijad closed 7 years ago

sijad commented 7 years ago

HTMLElement isn't more appropriate here

spacejack commented 7 years ago

That would definitely be more convenient in a lot of places, but vnode.dom can be an object that doesn't inherit from HTMLElement - like SVGElement.