Browse Source

Pull request #2461: 无JIRA任务 增加描述

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '87ef16c3f7fa48eeee91da57546c497510167a08':
  chore: 增加描述
es6
Teller 3 years ago
parent
commit
2f3118c096
  1. 1
      typescript/base/combination/combo.ts

1
typescript/base/combination/combo.ts

@ -11,6 +11,7 @@ export declare class Combo extends Widget {
static EVENT_AFTER_POPUPVIEW: string;
static EVENT_BEFORE_HIDEVIEW: string;
static EVENT_AFTER_HIDEVIEW: string;
static closeAll: Function;
props: {
trigger?: 'click' | 'hover' | 'click-hover' | '';

Loading…
Cancel
Save