@utogether/utils 3.0.0-beta.35 → 3.0.0-beta.36

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.
@@ -11,7 +11,7 @@ export declare const i18nColums: (columns: any, sortable?: boolean) => any;
11
11
  * @param {*} t 多语言转换函数
12
12
  * @return {*} form item数据标准化后的数据
13
13
  */
14
- export declare const formatItems: (items: any, status: any, t: any, span?: number) => any;
14
+ export declare const formatItems: (items: any, status: any, span?: number) => any;
15
15
  /** 表单form查询按钮组 */
16
16
  export declare const formSearchButtons: {
17
17
  span: number;