Browse Source

无jira任务 添加DownListPopup声明文件

es6
Holiday 2 years ago
parent
commit
4abf61f5fd
  1. 4
      typescript/widget/downlist/popup.downlist.ts

4
typescript/widget/downlist/popup.downlist.ts

@ -6,8 +6,4 @@ export declare class DownListPopup extends Widget {
static EVENT_SON_VALUE_CHANGE: string;
populate: (items: any) => void;
setValue: (v: any) => void;
getValue: () => any;
}
Loading…
Cancel
Save