mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
Merge pull request #23775 from ProTip/master
react-table: Correct RowInfo documentation and add original property.
This commit is contained in:
5
types/react-table/index.d.ts
vendored
5
types/react-table/index.d.ts
vendored
@@ -610,9 +610,12 @@ export interface RowRenderProps extends Partial<RowInfo> {
|
||||
}
|
||||
|
||||
export interface RowInfo {
|
||||
/** Original row from your data */
|
||||
/** Materialized row of data */
|
||||
row: any;
|
||||
|
||||
/** Original row from your data */
|
||||
original: any;
|
||||
|
||||
/** The post-accessed values from the original row */
|
||||
rowValues: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user