mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #24646 from timc13/react-table-rowinfo-original
[react-table] bring back RowInfo.original
This commit is contained in:
Vendored
+3
@@ -642,6 +642,9 @@ export interface RowInfo {
|
||||
|
||||
/** An array of any expandable sub-rows contained in this row */
|
||||
subRows: any[];
|
||||
|
||||
/** Original object passed to row */
|
||||
original: any;
|
||||
}
|
||||
|
||||
export interface FinalState extends TableProps {
|
||||
|
||||
Reference in New Issue
Block a user