iusehooks / usetheform

React library for composing declarative forms, manage their state, handling their validation and much more.
https://iusehooks.github.io/usetheform/
MIT License
88 stars 35 forks source link

adding typescript support #28

Closed iusehooks closed 3 years ago

iusehooks commented 3 years ago

Improvement:

declare module "usetheform" {
    export const Form: any;
    export const Input: any;
   ....
}