UNPKG

hongluan-ui

Version:
10 lines (9 loc) 363 B
import type { ExtractPropTypes } from 'vue'; export declare const panelMonthRangeProps: { unlinkPanels: BooleanConstructor; parsedValue: { type: import("vue").PropType<import("dayjs").Dayjs[]>; }; }; export declare const panelMonthRangeEmits: string[]; export declare type PanelMonthRangeProps = ExtractPropTypes<typeof panelMonthRangeProps>;