fix button proptype
This commit is contained in:
parent
7749da5555
commit
82079a219d
@ -101,7 +101,7 @@ Button.propTypes = {
|
||||
type: PropTypes.string,
|
||||
startIcon: PropTypes.node,
|
||||
endIcon: PropTypes.node,
|
||||
className: PropTypes.node,
|
||||
className: PropTypes.string,
|
||||
};
|
||||
|
||||
export default Button;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user