diff --git a/material-ui/material-ui.d.ts b/material-ui/material-ui.d.ts index 36e43a6e78..bdb7093265 100644 --- a/material-ui/material-ui.d.ts +++ b/material-ui/material-ui.d.ts @@ -576,7 +576,7 @@ declare namespace __MaterialUI { export class EnhancedButton extends React.Component { } - interface FlatButtonProps extends SharedEnhancedButtonProps { + interface FlatButtonProps extends React.DOMAttributes, SharedEnhancedButtonProps { // is the element that get the 'other' properties backgroundColor?: string; disabled?: boolean; @@ -843,7 +843,7 @@ declare namespace __MaterialUI { ref?: string; text: string; } - interface DialogProps extends React.Props { + interface DialogProps extends React.DOMAttributes, React.Props { /** @deprecated use a custom `actions` property instead */ actionFocus?: string; actions?: Array>;