grammarly / focal

Program user interfaces the FRP way.
Apache License 2.0
723 stars 34 forks source link

Fix return type of bindElementProps #46

Closed andrei-zhidkov closed 5 years ago

andrei-zhidkov commented 5 years ago

Fixes #43

Due to a complex return type of bindElementProps, TS was unable to infer a valid signature in react.d.ts. This PR fixes the issue in a quick way.