mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
Adding missing property (onTouchTap) to material-ui GridTile component
This commit is contained in:
2
types/material-ui/index.d.ts
vendored
2
types/material-ui/index.d.ts
vendored
@@ -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