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;
bubble?: Function | null | string;
text?: string;
el: Obj;
el?: Obj;
} & Single['props'];
_createShadow(): void;

Loading…
Cancel
Save