您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

10 行
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. }