Skip to content

v0.4.0

Compare
Choose a tag to compare
@nmetulev nmetulev released this 29 Jan 04:13
9157420

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).