From 909568d60f78693c96739b4d13a4de6f75077f07 Mon Sep 17 00:00:00 2001 From: Gene Lilik Date: Tue, 22 Aug 2017 00:35:26 +0300 Subject: [PATCH] Added two definitions which were missed by author --- types/react-scrollbar/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/react-scrollbar/index.d.ts b/types/react-scrollbar/index.d.ts index f8ddee07c9..9f73a0be51 100644 --- a/types/react-scrollbar/index.d.ts +++ b/types/react-scrollbar/index.d.ts @@ -25,6 +25,8 @@ declare module "react-scrollbar" { smoothScrolling?: boolean minScrollSize?: number, swapWheelAxes?: boolean + stopScrollPropagation?: boolean, + focusableTabIndex?: number } class ScrollArea extends React.Component {}