You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,19 @@ Begin by installing the library from NPM:
24
24
npm install react-window
25
25
```
26
26
27
+
## TypeScript types
28
+
29
+
TypeScript definitions are included within the published `dist` folder
30
+
27
31
## Documentation
28
32
29
33
Documentation for this project is available at [react-window.vercel.app](https://react-window.vercel.app/).
30
34
31
35
> **Note**: Older version 1.x documentation can be found at [react-window-v1.vercel.app](https://react-window-v1.vercel.app/) or on the NPM page for a specific version, e.g. [1.8.11](https://www.npmjs.com/package/react-window/v/1.8.11).)
32
36
33
-
## TypeScript types
34
-
35
-
TypeScript definitions are included within the published `dist` folder
36
-
37
-
## Components
37
+
### Components
38
38
39
-
### List
39
+
####List
40
40
41
41
<!-- List:begin -->
42
42
@@ -204,7 +204,7 @@ Can be used to override the root HTML element rendered by the List component. Th
0 commit comments