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