chore: image edit init params

This commit is contained in:
jialin
2025-02-23 13:32:03 +08:00
parent 911b4b9138
commit 69feb6a4f1
5 changed files with 178 additions and 594 deletions
@@ -22,7 +22,7 @@ type ParamsSettingsProps = {
onValuesChange?: (changeValues: any, value: Record<string, any>) => void;
onModelChange?: (model: string) => void;
paramsConfig?: ParamsSchema[];
initialValues?: Record<string, any>;
initialValues?: Record<string, any>; // for initial values when switch model
extra?: React.ReactNode;
};