Blame view

天文台pc/tianwentai-ui/node_modules/embla-carousel/components/ScrollLooper.d.ts 299 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
  import { LimitType } from './Limit';
  import { Vector1DType } from './Vector1d';
  export type ScrollLooperType = {
      loop: (direction: number) => void;
  };
  export declare function ScrollLooper(contentSize: number, limit: LimitType, location: Vector1DType, vectors: Vector1DType[]): ScrollLooperType;