Skip to content

Commit 4829fcc

Browse files
authored
update index.d.ts (RobPethick#49)
1 parent 92bbee3 commit 4829fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface positionValues {
2020
scrollTop: number;
2121
}
2222

23-
export interface ScrollbarProps extends React.HTMLProps<Scrollbars> {
23+
export interface ScrollbarProps extends React.HTMLProps<Scrollbars['container']> {
2424
onScroll?: React.UIEventHandler<any>;
2525
onScrollFrame?: (values: positionValues) => void;
2626
onScrollStart?: () => void;

0 commit comments

Comments
 (0)