UNPKG

react-slideshow-image

Version:
4 lines (3 loc) 434 B
import React from 'react'; import { SlideshowRef, ZoomProps } from './types'; export declare const Zoom: React.ForwardRefExoticComponent<Pick<ZoomProps, "scale" | "children" | "duration" | "transitionDuration" | "defaultIndex" | "indicators" | "prevArrow" | "nextArrow" | "arrows" | "autoplay" | "infinite" | "pauseOnHover" | "canSwipe" | "easing" | "cssClass" | "onStartChange" | "onChange"> & React.RefAttributes<SlideshowRef>>;