We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfa58d commit 950502fCopy full SHA for 950502f
index.d.ts
@@ -368,4 +368,6 @@ export type TableProps<T> = {
368
/**
369
* A virtualized table built on top of `@tanstack/react-virtual`.
370
*/
371
-export const Table: <T>(props: TableProps<T> & { ref?: React.RefObject<TableRef> }) => JSX.Element;
+export const Table: <T>(
372
+ props: TableProps<T> & { ref?: React.RefObject<TableRef | null> }
373
+) => JSX.Element;
0 commit comments