mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
fix type
This commit is contained in:
@@ -59,7 +59,7 @@ interface VirtualizedGridListProps {
|
||||
onScroll?: ItemGridListProps['onScroll'];
|
||||
onScrollEnd?: ItemGridListProps['onScrollEnd'];
|
||||
outerRef: RefObject<any>;
|
||||
ref: RefObject<FixedSizeList<GridItemProps>>;
|
||||
ref: RefObject<FixedSizeList<GridItemProps> | null>;
|
||||
rows?: ItemCardProps['rows'];
|
||||
tableMeta: null | {
|
||||
columnCount: number;
|
||||
|
||||
Reference in New Issue
Block a user