@dazhicheng/ui 1.5.70 → 1.5.72

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.
@@ -246,4 +246,8 @@ export declare class GroupFormApi extends FormApi {
246
246
  * @returns {string | undefined} 第一个有错误的分组 key
247
247
  */
248
248
  private _findFirstErrorGroupKey;
249
+ /**
250
+ * @description 卸载分组表单时恢复初始schema
251
+ */
252
+ unmount(): void;
249
253
  }