diff --git a/types/react-table/index.d.ts b/types/react-table/index.d.ts index 503b5f4e02..b463807003 100644 --- a/types/react-table/index.d.ts +++ b/types/react-table/index.d.ts @@ -642,9 +642,6 @@ 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 {