mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
[material-ui] Adds missing subtitleStyleProps to GridTile (#18271)
* Adds props to GridTile * Removes the children prop that I added
This commit is contained in:
Vendored
+1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user