Browse Source

chore: 补充类型

es6
iapyang 4 years ago
parent
commit
582fb7629a
  1. 2
      typescript/base/single/button/button.basic.ts

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

@ -3,6 +3,8 @@ import { Single } from "../single";
export declare class BasicButton extends Single {
static EVENT_CHANGE: string;
static xtype: string;
_createShadow(): void;
bindEvent(): void;

Loading…
Cancel
Save