react-validatables
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
import type { TFunction } from 'i18next'; | ||
import type { TypeOrDeferredTypeWithArgs } from 'react-bindings'; | ||
export declare type ValidationError = TypeOrDeferredTypeWithArgs<string, [TFunction]>; | ||
export declare type ValidationError = TypeOrDeferredTypeWithArgs<string, [] | [TFunction | undefined]>; | ||
//# sourceMappingURL=validation-error.d.ts.map |
{ | ||
"name": "react-validatables", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Validation tools for React built on react-waitables", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
138113