UNPKG

code-monkey-ui

Version:

A Component Library for Vue 3

46 lines (45 loc) 2.27 kB
import dayjs from 'dayjs'; declare const _default: import("vue").DefineComponent<{ date: { readonly type: import("vue").PropType<dayjs.Dayjs>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; disabledDate: { readonly type: import("vue").PropType<(date: Date) => boolean>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; parsedValue: { readonly type: import("vue").PropType<import("code-monkey-ui/es/utils").EpPropMergeType<(new (...args: any[]) => dayjs.Dayjs | dayjs.Dayjs[]) | (() => dayjs.Dayjs | dayjs.Dayjs[]) | ((new (...args: any[]) => dayjs.Dayjs | dayjs.Dayjs[]) | (() => dayjs.Dayjs | dayjs.Dayjs[]))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, { focus: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ date: { readonly type: import("vue").PropType<dayjs.Dayjs>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; disabledDate: { readonly type: import("vue").PropType<(date: Date) => boolean>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; parsedValue: { readonly type: import("vue").PropType<import("code-monkey-ui/es/utils").EpPropMergeType<(new (...args: any[]) => dayjs.Dayjs | dayjs.Dayjs[]) | (() => dayjs.Dayjs | dayjs.Dayjs[]) | ((new (...args: any[]) => dayjs.Dayjs | dayjs.Dayjs[]) | (() => dayjs.Dayjs | dayjs.Dayjs[]))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & { onPick?: ((...args: any[]) => any) | undefined; }, {}>; export default _default;