@altiore/form
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -63,3 +63,3 @@ import { MouseEventHandler, MutableRefObject } from 'react'; | ||
export declare type ValidateFunc<ValueType = any> = (value: ValueType, fieldName?: string, getFieldValueByName?: (name: string) => any) => string | undefined; | ||
export declare type ReusableValidator<CheckType, ValueType = any> = (getMessage: null | undefined | string | ((value: ValueType, forCheck: CheckType) => string), forCheck?: CheckType) => ValidateFunc<ValueType>; | ||
export declare type ReusableValidator<CheckType, ValueType = any> = (getMessage?: null | undefined | string | ((value: ValueType, forCheck: CheckType) => string), forCheck?: CheckType) => ValidateFunc<ValueType>; | ||
export declare type FieldOuterProps<FormState extends Record<string, any> = Record<string, any>> = { | ||
@@ -66,0 +66,0 @@ name: keyof FormState; |
{ | ||
"name": "@altiore/form", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "Form helper for building powerful forms", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
89213