@@ -170,17 +170,17 @@ type __VLS_Prettify<T> = {
170
170
`;
171
171
172
172
exports[`vue-tsc-dts > Input: generic/main.vue, Output: generic/main.vue.d.ts 1`] = `
173
- "declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_OmitIndexSignature<{
173
+ "declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_OmitIndexSignature<Partial< {
174
174
" onUpdate:title" ?: (title : string ) => any ;
175
175
onBar ?: (data : number ) => any ;
176
176
title ?: string ;
177
177
foo : number ;
178
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps>>, { } , unknown, { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_OmitIndexSignature<{
178
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps>>> , { } , unknown, { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_OmitIndexSignature<Partial <{
179
179
" onUpdate:title" ?: (title : string ) => any ;
180
180
onBar ?: (data : number ) => any ;
181
181
title ?: string ;
182
182
foo : number ;
183
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps>>>>, { } , { } >;
183
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps>>>>> , { } , { } >;
184
184
export default _default;
185
185
type __VLS_NonUndefinedable<T > = T extends undefined ? never : T;
186
186
type __VLS_TypePropsToOption<T > = {
@@ -671,7 +671,7 @@ exports[`vue-tsc-dts > Input: template-slots/component.vue, Output: template-slo
671
671
}): any ;
672
672
};
673
673
refs : __VLS_PickRefsExpose < {}> ;
674
- attrs : {} ;
674
+ attrs : Partial < {} > ;
675
675
} ;
676
676
type __VLS_Slots = ReturnType<typeof __VLS_template >['slots'];
677
677
declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ } >>, { } , { } >;
@@ -714,7 +714,7 @@ declare const __VLS_template: () => {
714
714
' no-bind' : () => VNode [];
715
715
};
716
716
refs : __VLS_PickRefsExpose < {}> ;
717
- attrs : {} ;
717
+ attrs : Partial < {} > ;
718
718
} ;
719
719
type __VLS_Slots = ReturnType<typeof __VLS_template >['slots'];
720
720
declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ } >>, { } , { } >;
@@ -740,7 +740,7 @@ exports[`vue-tsc-dts > Input: template-slots/component-destructuring.vue, Output
740
740
}) => any [];
741
741
};
742
742
refs : __VLS_PickRefsExpose < {}> ;
743
- attrs : {} ;
743
+ attrs : Partial < {} > ;
744
744
} ;
745
745
type __VLS_Slots = ReturnType<typeof __VLS_template >['slots'];
746
746
declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ } >>, { } , { } >;
@@ -770,7 +770,7 @@ exports[`vue-tsc-dts > Input: template-slots/component-no-script.vue, Output: te
770
770
}): any ;
771
771
};
772
772
refs : __VLS_PickRefsExpose < {}> ;
773
- attrs : {} ;
773
+ attrs : Partial < {} > ;
774
774
} ;
775
775
type __VLS_Slots = ReturnType<typeof __VLS_template >['slots'];
776
776
declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ } >>, { } , { } >;
0 commit comments