mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-17 14:40:25 +00:00
Add onRowRightClick to TableRowProps
This commit is contained in:
+1
@@ -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