Comparing version 0.2.0-beta.7 to 0.2.0-beta.8
@@ -7,3 +7,2 @@ import { FormStrategy, FormModel } from './models'; | ||
} | ||
export declare function useForm(strategy: FormStrategy.View): void; | ||
export declare function useForm(model: FormModel): void; | ||
export declare function useForm<T extends object = any>(arg: FormStrategy.View | FormModel<T>): IForm; |
@@ -7,3 +7,2 @@ import { FormStrategy, FormModel } from './models'; | ||
} | ||
export declare function useForm(strategy: FormStrategy.View): void; | ||
export declare function useForm(model: FormModel): void; | ||
export declare function useForm<T extends object = any>(arg: FormStrategy.View | FormModel<T>): IForm; |
{ | ||
"name": "formulr", | ||
"version": "0.2.0-beta.7", | ||
"version": "0.2.0-beta.8", | ||
"description": "Form toolkit for React", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103273
2970