Browse Source

Merge pull request #1186 in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '02777149272554082b5b1f30eb85f3e4efb13dc8':
  chore: 更新说明
es6
Teller 5 years ago
parent
commit
eac49fd647
  1. 2
      typescript/core/widget.ts

2
typescript/core/widget.ts

@ -98,7 +98,7 @@ export interface _Widget extends _OB {
/**
*
*/
update?(): void;
update?(...args: any[]): void;
/**
*

Loading…
Cancel
Save