chore: access form

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent e8e982559d
commit 5fcdf4ea00
22 changed files with 372 additions and 140 deletions
+1
View File
@@ -6,6 +6,7 @@ interface LabelSelectorContextProps {
value: string | number;
children?: { label: string; value: string | number }[];
}>;
placeholder?: string[];
currentData?: Record<string, any>;
}