embla-carousel
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -17,2 +17,3 @@ import { Engine } from './Engine'; | ||
destroy: () => void; | ||
[key: string]: unknown; | ||
}; | ||
@@ -29,3 +30,3 @@ export declare type EmblaCarouselType = { | ||
previousScrollSnap: () => number; | ||
reInit: (options?: EmblaOptionsType) => void; | ||
reInit: (options?: EmblaOptionsType, plugins?: EmblaPluginType[]) => void; | ||
rootNode: () => HTMLElement; | ||
@@ -42,3 +43,3 @@ scrollNext: (jump?: boolean) => void; | ||
}; | ||
declare function EmblaCarousel<EmblaPluginsType extends EmblaPluginType>(nodes: HTMLElement | EmblaNodesType, userOptions?: EmblaOptionsType, userPlugins?: EmblaPluginsType[]): EmblaCarouselType; | ||
declare function EmblaCarousel(nodes: HTMLElement | EmblaNodesType, userOptions?: EmblaOptionsType, userPlugins?: EmblaPluginType[]): EmblaCarouselType; | ||
export default EmblaCarousel; |
{ | ||
"name": "embla-carousel", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"author": "David Cetinkaya", | ||
@@ -5,0 +5,0 @@ "description": "A lightweight carousel library with fluid motion and great swipe precision", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
317771
2877