D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
embla-carousel
/
components
/
Filename :
ScrollLimit.d.ts
back
Copy
import { LimitType } from './Limit'; export type ScrollLimitType = { limit: LimitType; }; export declare function ScrollLimit(contentSize: number, scrollSnaps: number[], loop: boolean): ScrollLimitType;