[material-ui] Adds missing subtitleStyleProps to GridTile (#18271)

* Adds props to GridTile

* Removes the children prop that I added
This commit is contained in:
Nick Graham
2017-07-24 10:33:52 -07:00
committed by Andy
parent 5bee3a49cb
commit 910023509a
+1
View File
@@ -1055,6 +1055,7 @@ declare namespace __MaterialUI {
rows?: number;
style?: React.CSSProperties;
subtitle?: React.ReactNode;
subtitleStyle?: React.CSSProperties;
title?: React.ReactNode;
titleBackground?: string;
titlePosition?: "top" | "bottom";