Browse Source

KERNEL-7826 refactor: props声明

es6
Kira 4 years ago
parent
commit
4850d55b8a
  1. 1
      typescript/base/single/button/button.basic.ts

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

@ -6,7 +6,6 @@ export declare class BasicButton extends Single {
static xtype: string; static xtype: string;
props: { props: {
value?: string;
stopEvent?: boolean; stopEvent?: boolean;
stopPropagation?: boolean; stopPropagation?: boolean;
selected?: boolean; selected?: boolean;

Loading…
Cancel
Save