Browse Source

无jira任务 类型

es6
imp 3 years ago
parent
commit
d99d2c3f7a
  1. 2
      typescript/base/single/button/button.basic.ts

2
typescript/base/single/button/button.basic.ts

@ -39,7 +39,7 @@ export declare class BasicButton extends Single {
handler?: Function; handler?: Function;
bubble?: Function | null | string; bubble?: Function | null | string;
text?: string; text?: string;
el: Obj; el?: Obj;
} & Single['props']; } & Single['props'];
_createShadow(): void; _createShadow(): void;

Loading…
Cancel
Save