mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 19:04:13 +08:00
Merge pull request #24176 from neokeld/patch-1
[react-table] original property duplicated in RowInfo
This commit is contained in:
3
types/react-table/index.d.ts
vendored
3
types/react-table/index.d.ts
vendored
@@ -613,9 +613,6 @@ export interface RowInfo {
|
||||
/** 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