From ef3404fb3b95a1e5ee689a8865c22590eaaa65f5 Mon Sep 17 00:00:00 2001 From: Artjoms Stukans Date: Thu, 29 Jun 2017 18:13:50 +0300 Subject: [PATCH] Add missing properties for GridTile component --- types/material-ui/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/material-ui/index.d.ts b/types/material-ui/index.d.ts index 16c6b5dce7..386a83c93d 100644 --- a/types/material-ui/index.d.ts +++ b/types/material-ui/index.d.ts @@ -8,6 +8,7 @@ // AureliƩn Allienne // Matthias Schlesinger // Jonathon Kelly +// Artyom Stukans // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 @@ -1057,6 +1058,7 @@ declare namespace __MaterialUI { title?: React.ReactNode; titleBackground?: string; titlePosition?: "top" | "bottom"; + titleStyle?: React.CSSProperties; onTouchTap?: TouchTapEventHandler; } export class GridTile extends React.Component {