@mihanizm56/react-final-form-utils
Advanced tools
Comparing version 0.0.7-beta.9 to 0.0.7-beta.10
@@ -10,3 +10,3 @@ /// <reference types="react" /> | ||
handleBlur: (params: BlurFieldHandlerParamsType) => void; | ||
form?: FormApi<Record<string, any>>; | ||
form?: FormApi<any>; | ||
disabled?: boolean; | ||
@@ -13,0 +13,0 @@ }; |
@@ -12,5 +12,5 @@ /// <reference types="react" /> | ||
onChange: ({ value, name, prevValue, }: ChangeFieldHandlerAllFieldsParamsType) => void; | ||
form?: FormApi<Record<string, any>>; | ||
form?: FormApi<any>; | ||
disabled?: boolean; | ||
}; | ||
export declare const ChangeFieldHandlerAllFields: ({ onChange, form, disabled, }: ChangeFieldHandlerPropsType) => JSX.Element; |
@@ -10,3 +10,3 @@ /// <reference types="react" /> | ||
name: string; | ||
form?: FormApi<Record<string, any>>; | ||
form?: FormApi<any>; | ||
disabled?: boolean; | ||
@@ -13,0 +13,0 @@ }; |
@@ -5,4 +5,4 @@ import { FormApi } from 'final-form'; | ||
name: string; | ||
form?: FormApi<Record<string, any>>; | ||
form?: FormApi<any>; | ||
error?: any; | ||
}; |
{ | ||
"name": "@mihanizm56/react-final-form-utils", | ||
"version": "0.0.7-beta.9", | ||
"version": "0.0.7-beta.10", | ||
"description": "form utils module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
18712