diff --git a/types/material-ui/index.d.ts b/types/material-ui/index.d.ts index 452a5d3780..2f3574d784 100644 --- a/types/material-ui/index.d.ts +++ b/types/material-ui/index.d.ts @@ -651,7 +651,7 @@ declare namespace __MaterialUI { // is the element that get the 'other' properties backgroundColor?: string; disabled?: boolean; - fullWidth?: boolean; + fullWidth?: boolean; hoverColor?: string; icon?: React.ReactNode; label?: React.ReactNode;