ButtonProps interface
按钮组件:可点击触发的操作按钮
Signature
typescript
interface ButtonProps1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) Whether Disable | ||
(Optional) Button icon configuration | |||
() => void | (Optional) 点击按钮时触发 | ||
string | (Optional) Button show text | ||
'default' | 'primary' | 'danger' | 'forbidden' | 'text' | (Optional) Button style type: default / primary / danger / forbidden / text |