fix button proptype

This commit is contained in:
Rodrigo Antinarelli 2020-03-03 19:36:22 -03:00 committed by James A. Petts
parent 7749da5555
commit 82079a219d

View File

@ -101,7 +101,7 @@ Button.propTypes = {
type: PropTypes.string,
startIcon: PropTypes.node,
endIcon: PropTypes.node,
className: PropTypes.node,
className: PropTypes.string,
};
export default Button;