@yourwishes/carousel
Version:
A modern, flexible and performant carousel for the time concious developer.
12 lines • 481 B
TypeScript
import { WithContainer, WithOptions, WithSlides, WithState } from "./types";
declare type CSSTypes = WithState & WithContainer & WithOptions & WithSlides;
export declare const sliderCssAdd: (params: CSSTypes) => {
dragging: () => void;
movementX: () => void;
movementY: () => void;
slide: () => void;
frame: () => void;
};
export declare const sliderCssRemove: (params: WithState & WithContainer) => void;
export {};
//# sourceMappingURL=css.d.ts.map