vue-directional-carousel
Version:
This is a Vue 3 component that allows you to set the direction of image movement not only vertically and horizontally but also in different directions (left, right, up, down).
12 lines (11 loc) • 593 B
TypeScript
import { type DotButtonsProps } from '../types/props';
declare const _default: import("vue").DefineComponent<DotButtonsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
"click-dot-button": (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<DotButtonsProps> & Readonly<{
"onClick-dot-button"?: ((...args: any[]) => any) | undefined;
}>, {
currentIndex: number;
itemCount: number;
showDots: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;