| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.2.2 source code.tar.gz | 2025-10-26 | 2.3 MB | |
| 2.2.2 source code.zip | 2025-10-26 | 2.4 MB | |
| README.md | 2025-10-26 | 280 Bytes | |
| Totals: 3 Items | 4.7 MB | 0 | |
The return type of List and Grid components is explicitly annotated as ReactElement. The return type of rowComponent and cellComponent changed from ReactNode to ReactElement. This was done to fix TypeScript warnings for React versions 18.0 - 18.2. (See issue [#875])