Initial commit
This commit is contained in:
8
node_modules/embla-carousel/components/PluginsHandler.d.ts
generated
vendored
Normal file
8
node_modules/embla-carousel/components/PluginsHandler.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user