D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
embla-carousel
/
components
/
Filename :
ScrollContain.d.ts
back
Copy
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;