Browse Source

KERNEL-7828 补充一下类型定义

es6
Kobi 3 years ago
parent
commit
b8d75ac26e
  1. 1
      typescript/base/single/button/buttons/button.ts

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

@ -7,6 +7,7 @@ export declare class Button extends BasicButton {
static EVENT_CHANGE: string;
props: {
text?: string;
minWidth?: number;
readonly?: boolean;
iconCls?: string;

Loading…
Cancel
Save