embla-carousel-autoplay
Advanced tools
Comparing version 7.0.0-rc03 to 7.0.0-rc04
import { AutoplayOptionsType, OptionsType } from './Options'; | ||
import { CreatePluginType } from 'embla-carousel/components/Plugins'; | ||
declare module 'embla-carousel/components/Plugins' { | ||
interface EmblaPluginsType { | ||
autoplay?: AutoplayType; | ||
} | ||
} | ||
export declare type AutoplayType = CreatePluginType<{ | ||
@@ -4,0 +9,0 @@ play: () => void; |
{ | ||
"name": "embla-carousel-autoplay", | ||
"version": "7.0.0-rc03", | ||
"version": "7.0.0-rc04", | ||
"author": "David Jerleke", | ||
@@ -58,4 +58,4 @@ "description": "An autoplay plugin for Embla Carousel", | ||
"peerDependencies": { | ||
"embla-carousel": "7.0.0-rc03" | ||
"embla-carousel": "7.0.0-rc04" | ||
} | ||
} |
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
26569
208