## Button
### API
属性 | 说明 | 类型 | 默认值
---- | ---- | ---- | ----
className | 按钮样式类名 | string | |
disabled | 设置禁用 | boolean | false
onClick | 点击回调函数 | (e: Object): void | | 
loading | loading状态 | boolean | false
inline | 是否设置为行内按钮	 | boolean | false
style | 自定义样式 | object | |
type | 按钮类型 | string(primary, warning, error, success) | primary

