remove unused proptype definition
This commit is contained in:
parent
014f2d3513
commit
da4ebddc65
@ -81,7 +81,6 @@ const IconButton = ({
|
|||||||
disabled = defaults.disabled,
|
disabled = defaults.disabled,
|
||||||
type = defaults.type,
|
type = defaults.type,
|
||||||
fullWidth = defaults.fullWidth,
|
fullWidth = defaults.fullWidth,
|
||||||
|
|
||||||
className,
|
className,
|
||||||
...rest
|
...rest
|
||||||
}) => {
|
}) => {
|
||||||
@ -126,8 +125,6 @@ IconButton.propTypes = {
|
|||||||
fullWidth: PropTypes.bool,
|
fullWidth: PropTypes.bool,
|
||||||
disabled: PropTypes.bool,
|
disabled: PropTypes.bool,
|
||||||
type: PropTypes.string,
|
type: PropTypes.string,
|
||||||
startIcon: PropTypes.node,
|
|
||||||
endIcon: PropTypes.node,
|
|
||||||
className: PropTypes.node,
|
className: PropTypes.node,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user