mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Adding missing property (onTouchTap) to material-ui GridTile component
This commit is contained in:
Vendored
+1
-1
@@ -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, {}> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user