import type { CalendarChange } from './src/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Calendar from "./src/calendar"; export declare const VCalendar: Install Date; readonly required: true; }; readonly lunar: BasicType; readonly showHeader: BasicType; readonly border: BasicType; readonly borderColor: BasicType, string | null>; readonly dayCellHeight: BasicType, string | number | null>; readonly weekCellHeight: BasicType, string | number | null>; readonly onChangeDate: BasicType, null>; readonly onChangeMonth: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly Date; readonly required: true; }; readonly lunar: BasicType; readonly showHeader: BasicType; readonly border: BasicType; readonly borderColor: BasicType, string | null>; readonly dayCellHeight: BasicType, string | number | null>; readonly weekCellHeight: BasicType, string | number | null>; readonly onChangeDate: BasicType, null>; readonly onChangeMonth: BasicType, null>; }>>, { readonly date: Date; readonly lunar: boolean; readonly showHeader: boolean; readonly border: boolean; readonly borderColor: string; readonly dayCellHeight: string | number; readonly weekCellHeight: string | number; readonly onChangeDate: CalendarChange; readonly onChangeMonth: CalendarChange; }>>; /** calendar 组件实例类型 */ export type CalendarInstance = InstanceType; export * from './src/interface'; export default VCalendar;