diff --git a/types/material-ui/index.d.ts b/types/material-ui/index.d.ts index 5fd8628598..3b90e7f631 100644 --- a/types/material-ui/index.d.ts +++ b/types/material-ui/index.d.ts @@ -1,6 +1,6 @@ -// Type definitions for material-ui v0.16.0 +// Type definitions for material-ui v0.17.1 // Project: https://github.com/callemall/material-ui -// Definitions by: Nathan Brown , Oliver Herrmann +// Definitions by: Nathan Brown , Oliver Herrmann , Igor Belagorudsky // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 @@ -651,6 +651,7 @@ declare namespace __MaterialUI { // is the element that get the 'other' properties backgroundColor?: string; disabled?: boolean; + fullWidth?: boolean; hoverColor?: string; icon?: React.ReactNode; label?: React.ReactNode;