@ -77,4 +77,4 @@
},
"author": "fanruan",
"license": "MIT"
}
@ -14,8 +14,6 @@ export declare class Button extends BasicButton {
block?: boolean; // 是否块状显示,即不显示边框,没有最小宽度的限制
clear?: boolean; // 是否去掉边框和背景
ghost?: boolean; // 是否幽灵显示, 即正常状态无背景
highLight: boolean,
handler: Function | null,
} & AbstractLabel['props'] & IconLabel['props'] & BasicButton['props'];
text: Label;