ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
863 stars 125 forks source link

fix: add href attribute to GradientElementSVGAttributes interface #209

Closed emdede closed 1 year ago

emdede commented 1 year ago

There might be other types missing, I just stumbled on this in my project. See MDN

I am uncertain about the implications of FunctionMaybe type but I followed example of similar attribute typing.

ryansolid commented 1 year ago

It's because of how we do HyperScript. It's all good. Thanks.