mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add onRowRightClick to TableRowProps
This commit is contained in:
parent
eaa0b68ade
commit
f72e4de80f
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
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user