Browse Source

chore: 增加描述

es6
iapyang 2 years ago
parent
commit
87ef16c3f7
  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