Browse Source

fix: KERNEL-800 设置为可选参数

es6
alan 5 years ago
parent
commit
bac8ce1a02
  1. 2
      typescript/core/base.ts

2
typescript/core/base.ts

@ -9,7 +9,7 @@ export interface _base {
createWidgets: (items: any, options: any, context: any) => any;
createItems: (data: any[], innerAttr: any[], outerAttr: any[]) => any;
createItems: (data: any[], innerAttr?: any[], outerAttr?: any[]) => any;
packageItems: (items: any[], layouts: any[]) => any[];

Loading…
Cancel
Save