react-virtuoso
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -460,2 +460,6 @@ /// <reference types="react" /> | ||
/** | ||
* Set the contents of the table footer. | ||
*/ | ||
fixedFooterContent?: FixedFooterContent; | ||
/** | ||
* The total amount of items to be rendered. | ||
@@ -630,3 +634,3 @@ */ | ||
export declare const VirtuosoGrid: <Context = any>(props: VirtuosoGridProps<Context, unknown> & { | ||
export declare const VirtuosoGrid: <ItemData = any, Context = any>(props: VirtuosoGridProps<ItemData, Context> & { | ||
ref?: Ref<VirtuosoGridHandle> | undefined; | ||
@@ -660,2 +664,6 @@ }) => ReactElement; | ||
/** | ||
* Additional context available in the custom components and content callbacks | ||
*/ | ||
context?: C; | ||
/** | ||
* Use for server-side rendering - if set, the list will render the specified amount of items | ||
@@ -662,0 +670,0 @@ * regardless of the container / item size. |
@@ -6,3 +6,3 @@ { | ||
"sideEffects": false, | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"homepage": "https://virtuoso.dev/", | ||
@@ -9,0 +9,0 @@ "license": "MIT", |
226548
5036