Browse Source

无JIRA任务 类型

es6
fay 3 years ago
parent
commit
0109764525
  1. 1
      typescript/base/single/button/button.basic.ts

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

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

Loading…
Cancel
Save