This commit is contained in:
Jamie
2026-03-17 11:14:02 -07:00
committed by GitHub
parent 257fb4843b
commit f21f83de01
74 changed files with 1664 additions and 1653 deletions

View File

@@ -312,7 +312,7 @@ export type Cell = Readonly<{
}>;
export type FunVirtualGridOptions = Readonly<{
scrollerRef: RefObject<HTMLDivElement>;
scrollerRef: RefObject<HTMLDivElement | null>;
sections: ReadonlyArray<GridSectionNode>;
columns: number;
overscan: number;