mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08:00
Add onRowRightClick to TableRowProps
This commit is contained in:
1
types/react-virtualized/dist/es/Table.d.ts
vendored
1
types/react-virtualized/dist/es/Table.d.ts
vendored
@@ -43,6 +43,7 @@ export type TableRowProps = {
|
||||
onRowDoubleClick?: (params: RowMouseEventHandlerParams) => void,
|
||||
onRowMouseOver?: (params: RowMouseEventHandlerParams) => void,
|
||||
onRowMouseOut?: (params: RowMouseEventHandlerParams) => void,
|
||||
onRowRightClick?: (params: RowMouseEventHandlerParams) => void,
|
||||
rowData: any,
|
||||
style: any
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user