fix: tts viewcode params
This commit is contained in:
@@ -2,6 +2,7 @@ import { createContext, useContext } from 'react';
|
||||
|
||||
export interface FormContextProps {
|
||||
meta?: Record<string, any>;
|
||||
onValuesChange?: (changeValues: any, value: Record<string, any>) => void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user