@@ -5,7 +5,7 @@ exports[`vue-tsc-dts > Input: #4577/main.vue, Output: #4577/main.vue.d.ts 1`] =
5
5
value : string ;
6
6
} ;
7
7
declare const _default: <Row extends BaseRow >(__VLS_props: NonNullable<Awaited<typeof __VLS_setup >>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup >>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup >>["expose"], __VLS_setup?: Promise<{
8
- props : __VLS_PrettifyLocal < Pick < Partial < {}> & Omit < {} & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , never > & {
8
+ props : __VLS_PrettifyLocal < Pick < Partial < {}> & Omit < {} & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , never > & Partial < {} > & {
9
9
nonGeneric: string ;
10
10
rows : Row [];
11
11
}> & (import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps );
@@ -71,7 +71,7 @@ exports[`vue-tsc-dts > Input: events/component-generic.vue, Output: events/compo
71
71
"declare const _default: <T >(__VLS_props: NonNullable<Awaited<typeof __VLS_setup >>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup >>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup >>["expose"], __VLS_setup?: Promise<{
72
72
props : __VLS_PrettifyLocal < Pick < Partial < {}> & Omit < {
73
73
readonly onFoo?: (value : string ) => any;
74
- } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , " onFoo" > & {}> & (import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps );
74
+ } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , " onFoo" > & Partial < {} > & {}> & (import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps );
75
75
expose (exposed : import (" vue" ).ShallowUnwrapRef < {}> ): void ;
76
76
attrs : any ;
77
77
slots : {};
@@ -93,7 +93,7 @@ exports[`vue-tsc-dts > Input: generic/component.vue, Output: generic/component.v
93
93
props : __VLS_PrettifyLocal < Pick < Partial < {}> & Omit < {
94
94
readonly "onUpdate:title " ?: (title: string) => any;
95
95
readonly onBar ?: (data : number ) => any ;
96
- } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , " onUpdate:title" | " onBar" > & ({
96
+ } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , " onUpdate:title" | " onBar" > & Partial < {} > & ({
97
97
title?: string;
98
98
} & {
99
99
foo: number ;
@@ -129,7 +129,7 @@ exports[`vue-tsc-dts > Input: generic/custom-extension-component.cext, Output: g
129
129
props : __VLS_PrettifyLocal < Pick < Partial < {}> & Omit < {
130
130
readonly "onUpdate:title " ?: (title: string) => any;
131
131
readonly onBar ?: (data : number ) => any ;
132
- } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , " onUpdate:title" | " onBar" > & ({
132
+ } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , " onUpdate:title" | " onBar" > & Partial < {} > & ({
133
133
title?: string;
134
134
} & {
135
135
foo: number ;
0 commit comments