@mihanizm56/react-final-form-utils
Advanced tools
Comparing version 0.0.5 to 0.0.6
/// <reference types="react" /> | ||
export declare type ChangeFieldHandlerParamsType = { | ||
value: any; | ||
name: string; | ||
prevValue: any; | ||
}; | ||
declare type ChangeFieldHandlerPropsType = { | ||
children: ({ value, name, prevValue, }: { | ||
value: any; | ||
name: string; | ||
prevValue: string; | ||
}) => void; | ||
children: ({ value, name, prevValue }: ChangeFieldHandlerParamsType) => void; | ||
name: string; | ||
@@ -9,0 +10,0 @@ }; |
@@ -1,2 +0,1 @@ | ||
export { ChangeFieldHandler } from './components/change-field-handler'; | ||
export { ConditionField } from './components/condition-field'; | ||
export { ChangeFieldHandler, ChangeFieldHandlerParamsType, } from './components/change-field-handler'; |
@@ -1,2 +0,2 @@ | ||
export { ChangeFieldHandler } from './components/change-field-handler'; | ||
export { ConditionField } from './components/condition-field'; | ||
export { ChangeFieldHandler, } from './components/change-field-handler'; | ||
// export { ConditionField } from './components/condition-field'; |
{ | ||
"name": "@mihanizm56/react-final-form-utils", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "form utils module", | ||
@@ -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
9066