Skip to content

Commit

Permalink
docs: corrected scrollToBehaviour default
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler authored May 19, 2022
1 parent 25fa3e9 commit 1cc31b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface VirtualListProps {

/**
* Used in combination with `scrollToIndex`, this prop controls the behaviour of the scrolling.
* One of: `'auto'` (default), `'smooth'` or `'instant'`.
* One of: `'auto'`, `'smooth'` or `'instant'` (default).
*/
scrollToBehaviour?: ScrollBehaviour;

Expand Down

0 comments on commit 1cc31b6

Please sign in to comment.