hongluan-ui
Version:
Hongluan Component Library for Vue 3
10 lines (9 loc) • 363 B
TypeScript
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>;