UNPKG

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).

8 lines (7 loc) 277 B
import { type Ref, type CSSProperties } from 'vue'; export declare function useArrowStyle(): { buttonWrapperStyle: Ref<CSSProperties, CSSProperties>; buttonStyle: Ref<CSSProperties, CSSProperties>; onMouseDownButton: () => void; onMouseUpButton: () => void; };