@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.
18 lines (17 loc) • 724 B
TypeScript
/// <reference types="shims-vue" />
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
currentMonth: {
type: NumberConstructor;
required: true;
};
}>, {
handleMonthSelect: (month: number) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "month-select"[], "month-select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
currentMonth: {
type: NumberConstructor;
required: true;
};
}>> & Readonly<{
"onMonth-select"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;