fix: tts viewcode params

This commit is contained in:
jialin
2026-01-31 14:06:50 +08:00
parent 14eb54481d
commit 1e298bbbc0
4 changed files with 15 additions and 3 deletions
@@ -2,6 +2,7 @@ import { createContext, useContext } from 'react';
export interface FormContextProps {
meta?: Record<string, any>;
onValuesChange?: (changeValues: any, value: Record<string, any>) => void;
}
/**