@yourwishes/carousel
Version:
A modern, flexible and performant carousel for the time concious developer.
14 lines • 672 B
TypeScript
import { WithContainer, WithOptions, WithSlider, WithSlides, WithState } from "./../types";
export declare type SliderEvents = ReturnType<typeof sliderEventsAdd>;
export declare type SliderAddEventsParams = (WithContainer & WithOptions & WithState & WithSlides);
export declare const sliderEventsAdd: (params: SliderAddEventsParams) => {
mouseDown: () => void;
mouseUp: () => void;
mouseMove: () => void;
mouseLeaveWindow: () => void;
dimensionsResizeWindow: () => void;
slideSnappingFrame: () => void;
frame: () => void;
};
export declare const sliderEventsRemove: (params: WithSlider) => void;
//# sourceMappingURL=index.d.ts.map