material-ui: changed type of property "message" of SnackbarProps (#9132)

* Updated material-ui.d.ts

Added DOMAttributes to FlatButton and Dialog properties.

* material-ui: changed type of property "message" of SnackbarProps
This commit is contained in:
Artem Zagorodnyuk
2016-05-01 17:10:41 +03:00
committed by Masahiro Wakame
parent 03c232c180
commit d617eb54e5

View File

@@ -1434,7 +1434,7 @@ declare namespace __MaterialUI {
autoHideDuration?: number;
bodyStyle?: React.CSSProperties;
className?: string;
message: string;
message: string | JSX.Element;
onActionTouchTap?: React.TouchEventHandler;
/** @deprecated Use the open property to control the component instead */
onDismiss?: () => void; // DEPRECATED