Blame view

天文台pc/tianwentai-ui/node_modules/embla-carousel/cjs/components/ScrollContain.d.ts 397 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  import { LimitType } from './Limit';
  export type ScrollContainOptionType = false | 'trimSnaps' | 'keepSnaps';
  export type ScrollContainType = {
      snapsContained: number[];
      scrollContainLimit: LimitType;
  };
  export declare function ScrollContain(viewSize: number, contentSize: number, snapsAligned: number[], containScroll: ScrollContainOptionType, pixelTolerance: number): ScrollContainType;