Merge pull request #19221 from GeneLil/react-scrollbar/add-two-definitions

react-scrollbar: added two definitions which were missed by author
This commit is contained in:
Mine Starks
2017-08-29 16:35:04 -07:00
committed by GitHub

View File

@@ -25,6 +25,8 @@ declare module "react-scrollbar" {
smoothScrolling?: boolean
minScrollSize?: number,
swapWheelAxes?: boolean
stopScrollPropagation?: boolean,
focusableTabIndex?: number
}
class ScrollArea extends React.Component<ScrollAreaProps> {}