We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef8030 commit 7d78c38Copy full SHA for 7d78c38
src/index.d.ts
@@ -7,7 +7,7 @@ declare namespace recycleContext {
7
type Component = any;
8
type Page = any;
9
10
- type itemSizeFunc<T> = (item: T, index: number) => void
+ type itemSizeFunc<T> = (item: T, index: number) => itemSize
11
12
interface options<T> {
13
id: string;
0 commit comments