UNPKG

easyest-xqp

Version:

27 lines (26 loc) 1.04 kB
export declare const DatePicker: import("utils-xqp").SFCWithInstall<import("vue").DefineComponent<{ readonly required: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; readonly title: { readonly type: import("vue").PropType<string>; readonly default: ""; }; }, { _ref: import("vue").Ref<any>; datePickerRef: import("vue").Ref<any>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ readonly required: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; readonly title: { readonly type: import("vue").PropType<string>; readonly default: ""; }; }>>, { readonly required: boolean; readonly title: string; }>> & Record<string, any>; export default DatePicker;