mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
React 19
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user