zy-react-library 1.3.11 → 1.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,7 +15,7 @@ export type FormListOptionName<Values> = [number, NamePath<Values>];
|
|
|
15
15
|
/**
|
|
16
16
|
* Form.List 依赖项类型
|
|
17
17
|
*/
|
|
18
|
-
export type FormListOptionDependencies<Values> =
|
|
18
|
+
export type FormListOptionDependencies<Values> = NamePath<Values>;
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* 选择项数据类型
|