D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
embla-carousel
/
components
/
Filename :
PluginsHandler.d.ts
back
Copy
import { EmblaCarouselType } from './EmblaCarousel'; import { OptionsHandlerType } from './OptionsHandler'; import { EmblaPluginsType, EmblaPluginType } from './Plugins'; export type PluginsHandlerType = { init: (emblaApi: EmblaCarouselType, plugins: EmblaPluginType[]) => EmblaPluginsType; destroy: () => void; }; export declare function PluginsHandler(optionsHandler: OptionsHandlerType): PluginsHandlerType;