v1.0 with SW PWA enabled
This commit is contained in:
5
frontend/node_modules/embla-carousel/esm/components/ScrollLimit.d.ts
generated
vendored
Normal file
5
frontend/node_modules/embla-carousel/esm/components/ScrollLimit.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { LimitType } from './Limit.js';
|
||||
export type ScrollLimitType = {
|
||||
limit: LimitType;
|
||||
};
|
||||
export declare function ScrollLimit(contentSize: number, scrollSnaps: number[], loop: boolean): ScrollLimitType;
|
||||
Reference in New Issue
Block a user