Browse Source

chore: 声明

es6
Kira 3 years ago
parent
commit
d7559e5634
  1. 1
      typescript/base/single/button/button.basic.ts

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

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

Loading…
Cancel
Save