element-plus
Version:
A Component Library for Vue 3
39 lines (38 loc) • 1.42 kB
TypeScript
import dayjs from 'dayjs';
declare function __VLS_template(): {
sidebar?(_: {
class: string;
}): any;
"prev-year"?(_: {}): any;
"prev-year"?(_: {}): any;
"next-year"?(_: {}): any;
"next-year"?(_: {}): any;
};
declare const __VLS_component: import("vue").DefineComponent<{
readonly unlinkPanels: BooleanConstructor;
readonly parsedValue: {
readonly type: import("vue").PropType<dayjs.Dayjs[]>;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
[x: string]: (...args: any[]) => void;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
readonly unlinkPanels: BooleanConstructor;
readonly parsedValue: {
readonly type: import("vue").PropType<dayjs.Dayjs[]>;
readonly required: false;
readonly validator: ((val: unknown) => boolean) | undefined;
__epPropKey: true;
};
}>>, {
readonly unlinkPanels: boolean;
}>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};