Skip to content

v3.3.1

Compare
Choose a tag to compare
@iusehooks iusehooks released this 15 Jan 13:19
fc5179c

Improvement:

  • Typescript declaration file for supporting the use of usetheform within typescript projects
declare module "usetheform" {
    export const Form: any;
    export const Input: any;
   ....
}