Skip to content

Commit 950502f

Browse files
committed
update types
1 parent 7dfa58d commit 950502f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,6 @@ export type TableProps<T> = {
368368
/**
369369
* A virtualized table built on top of `@tanstack/react-virtual`.
370370
*/
371-
export const Table: <T>(props: TableProps<T> & { ref?: React.RefObject<TableRef> }) => JSX.Element;
371+
export const Table: <T>(
372+
props: TableProps<T> & { ref?: React.RefObject<TableRef | null> }
373+
) => JSX.Element;

0 commit comments

Comments
 (0)