Skip to content

Commit

Permalink
Update src/react/WindowVirtualizer.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: inokawa <48897392+inokawa@users.noreply.github.com>
  • Loading branch information
herschelrs and inokawa authored Nov 10, 2024
1 parent be95598 commit 0150cb4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/react/WindowVirtualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ export interface WindowVirtualizerHandle {
* @param opts options
*/
scrollToIndex(index: number, opts?: ScrollToIndexOpts): void;
/**
* Scroll to the given offset.
* @param offset offset from start
*/
scrollTo(offset: number): void;
/**
* Scroll by the given offset.
* @param offset offset from current position
*/
scrollBy(offset: number): void;
}

/**
Expand Down

0 comments on commit 0150cb4

Please sign in to comment.