diff --git a/types/react-virtualized/dist/es/Table.d.ts b/types/react-virtualized/dist/es/Table.d.ts index 4f358848b8..97fe20b657 100644 --- a/types/react-virtualized/dist/es/Table.d.ts +++ b/types/react-virtualized/dist/es/Table.d.ts @@ -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 };