react-virtuoso
Advanced tools
Comparing version 2.8.1 to 2.8.2
@@ -30,2 +30,8 @@ import { ComponentPropsWithRef, ComponentType, Key, ReactNode } from 'react'; | ||
/** | ||
* Passed to the Components.TableBody custom component | ||
*/ | ||
export declare type TableBodyProps = Pick<ComponentPropsWithRef<'tbody'>, 'style' | 'children' | 'ref' | 'className'> & { | ||
'data-test-id': string; | ||
}; | ||
/** | ||
* Passed to the Components.List custom component | ||
@@ -161,3 +167,3 @@ */ | ||
*/ | ||
TableBody?: ComponentType<ListProps & { | ||
TableBody?: ComponentType<TableBodyProps & { | ||
context?: Context; | ||
@@ -164,0 +170,0 @@ }>; |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"homepage": "https://virtuoso.dev/", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2562845
32662