v0.4.0
This release adds the HTMLAttributes
types to the wrapped React component so props like className
and onClick
are available in typescrypt. As part of this change, events such as onClick
which start with on...
are now also automatically converted to the appropriate event registration (click
in this example).