Adding missing property (onTouchTap) to material-ui GridTile component

This commit is contained in:
Chad Auld
2017-05-21 12:07:04 -06:00
parent 1a19f3cd5c
commit 7316dccd54

View File

@@ -1046,7 +1046,7 @@ declare namespace __MaterialUI {
title?: React.ReactNode;
titleBackground?: string;
titlePosition?: "top" | "bottom";
onTouchTap?: TouchTapEventHandler;
onTouchTap?: TouchTapEventHandler;
}
export class GridTile extends React.Component<GridTileProps, {}> {
}