@dazhicheng/ui 1.5.175 → 1.5.177

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.
@@ -36,7 +36,7 @@ export declare const formArrayRegisterProps: {
36
36
  readonly type: BooleanConstructor;
37
37
  readonly default: false;
38
38
  };
39
- /** useArraySchema 时:每一行数组项的外层容器 class(边框、间距等) */
39
+ /** useArraySchema 时:数组整体最外层容器 class(边框、间距等) */
40
40
  readonly wrapperClass: {
41
41
  readonly type: PropType<NonNullable<FormSchema["wrapperClass"]>>;
42
42
  readonly default: undefined;