From 1cc31b6b919b1624c24286445367ec8bc40727cf Mon Sep 17 00:00:00 2001 From: Jonas Geiler Date: Thu, 19 May 2022 09:21:16 +0200 Subject: [PATCH] docs: corrected scrollToBehaviour default --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 0e60b68..2874056 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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;