mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Update WindowScroller.d.ts (#30599)
Add `scrollLeft` property to WindowScrollerChildProps
This commit is contained in:
committed by
Pranav Senthilnathan
parent
9d38325dc8
commit
e70dd777a8
@@ -11,6 +11,7 @@ export type WindowScrollerChildProps = {
|
||||
width: number;
|
||||
isScrolling: boolean;
|
||||
scrollTop: number;
|
||||
scrollLeft: number;
|
||||
onChildScroll: (params: { scrollTop: number }) => void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user