diff --git a/typescript/base/single/button/button.basic.ts b/typescript/base/single/button/button.basic.ts index 2914425d3..9e43dbe53 100644 --- a/typescript/base/single/button/button.basic.ts +++ b/typescript/base/single/button/button.basic.ts @@ -6,7 +6,6 @@ export declare class BasicButton extends Single { static xtype: string; props: { - value?: string; stopEvent?: boolean; stopPropagation?: boolean; selected?: boolean;