@tongziyang/uni-calendar-plugin
Version:
A comprehensive calendar plugin for uniapp with support for Gregorian and Lunar calendars, date selection, hotel booking, check-in functionality, and more.
14 lines (13 loc) • 781 B
TypeScript
/// <reference types="shims-vue" />
declare const _default: import("vue").DefineComponent<{}, {
swiperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
touchStart: (e: TouchEvent) => void;
touchMove: (e: TouchEvent) => void;
touchEnd: () => void;
mouseDown: (e: MouseEvent) => void;
resetSwiper: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("swipe-left" | "swipe-right")[], "swipe-left" | "swipe-right", import("vue").PublicProps, Readonly<{}> & Readonly<{
"onSwipe-left"?: ((...args: any[]) => any) | undefined;
"onSwipe-right"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;