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

Loading…
Cancel
Save