File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ export interface FieldRenderProps<T extends HTMLElement> {
4242  meta : FieldMetaState ; 
4343} 
4444
45- export  interface  FormRenderProps < FormValues  =  object > 
45+ export  interface  FormRenderProps < FormValues  =  AnyObject > 
4646  extends  FormState < FormValues >  { 
4747  form : FormApi < FormValues > ; 
4848  handleSubmit : ( 
4949    event ?: React . SyntheticEvent < HTMLFormElement > 
5050  )  =>  Promise < AnyObject  |  undefined >  |  undefined ; 
5151} 
5252
53- export  interface  FormSpyRenderProps < FormValues  =  object > 
53+ export  interface  FormSpyRenderProps < FormValues  =  AnyObject > 
5454  extends  FormState < FormValues >  { 
5555  form : FormApi < FormValues > ; 
5656} 
@@ -100,7 +100,7 @@ export interface UseFormStateParams<FormValues = AnyObject> {
100100  subscription ?: FormSubscription ; 
101101} 
102102
103- export  interface  FormSpyProps < FormValues  =  object > 
103+ export  interface  FormSpyProps < FormValues  =  AnyObject > 
104104  extends  UseFormStateParams < FormValues > , 
105105    RenderableProps < FormSpyRenderProps < FormValues > >  { } 
106106
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments