mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00: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