afc163
6 years ago
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48
1 changed files with
1 additions and
1 deletions
-
components/button/button.tsx
|
|
@ -86,7 +86,7 @@ export default class Button extends React.Component<ButtonProps, any> { |
|
|
|
}; |
|
|
|
|
|
|
|
static propTypes = { |
|
|
|
type: PropTypes.oneOf(ButtonTypes), |
|
|
|
type: PropTypes.string, |
|
|
|
shape: PropTypes.oneOf(ButtonShapes), |
|
|
|
size: PropTypes.oneOf(ButtonSizes), |
|
|
|
htmlType: PropTypes.oneOf(ButtonHTMLTypes), |
|
|
|