UNPKG

jnf-ui

Version:

基于 vue3+ ts+ Element-plus 二次封装组件

45 lines (44 loc) 1.24 kB
declare const _sfc_main: import("vue").DefineComponent<{ modelValue: { type: ObjectConstructor; default: () => { startValue: string; endValue: string; }; }; start: { type: StringConstructor; default: string; }; end: { type: StringConstructor; default: string; }; }, { size: import("vue").Ref<"default" | "small" | "large">; props: any; attrs: any; disabledStartDate: (startValue: any) => boolean; disabledEndDate: (endValue: any) => boolean; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ modelValue: { type: ObjectConstructor; default: () => { startValue: string; endValue: string; }; }; start: { type: StringConstructor; default: string; }; end: { type: StringConstructor; default: string; }; }>>, { modelValue: Record<string, any>; end: string; start: string; }>; export default _sfc_main;