You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
239 B

  1. import Scrollbar from 'smooth-scrollbar';
  2. export declare class Bounce {
  3. private _scrollbar;
  4. constructor(_scrollbar: Scrollbar);
  5. render({ x, y }: {
  6. x?: number | undefined;
  7. y?: number | undefined;
  8. }): void;
  9. }