Browse Source

KERNEL-10735 feat: 折叠面板ts声明

es6
Zhenfei.Li 2 years ago
parent
commit
91e5ebdb65
  1. 10
      typescript/widget/collapse/collapse.ts

10
typescript/widget/collapse/collapse.ts

@ -0,0 +1,10 @@
import { Widget } from "../../core/widget";
export declare class Collapse extends Widget {
static xtype: string;
static EVENT_EXPAND: string;
getValue(): string[];
setValue(v: string[]): void;
}
Loading…
Cancel
Save