mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Correct row 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
@@ -601,9 +601,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