Browse Source

chore: 修改描述

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

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

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

Loading…
Cancel
Save