mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08:00
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:
2
types/react-scrollbar/index.d.ts
vendored
2
types/react-scrollbar/index.d.ts
vendored
@@ -25,6 +25,8 @@ declare module "react-scrollbar" {
|
||||
smoothScrolling?: boolean
|
||||
minScrollSize?: number,
|
||||
swapWheelAxes?: boolean
|
||||
stopScrollPropagation?: boolean,
|
||||
focusableTabIndex?: number
|
||||
}
|
||||
|
||||
class ScrollArea extends React.Component<ScrollAreaProps> {}
|
||||
|
||||
Reference in New Issue
Block a user