Blame view

天文台pc/tianwentai-ui/node_modules/embla-carousel/components/PluginsHandler.d.ts 419 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
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;