diff --git a/types/react-table/index.d.ts b/types/react-table/index.d.ts index 6aad7c3c8c..c0c2a8fc25 100644 --- a/types/react-table/index.d.ts +++ b/types/react-table/index.d.ts @@ -51,12 +51,12 @@ export interface SortingRule { } export interface TableProps extends - Partial, - Partial, - Partial, - Partial, - Partial, - Partial { + TextProps, + ComponentDecoratorProps, + ControlledStateCallbackProps, + PivotingProps, + ControlledStateOverrideProps, + ComponentProps { /** Default: [] */ data: D[];