@@ -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 & Readonly < {} > & Readonly < {} > , never > , never > & {
8
+ props : __VLS_PrettifyLocal < Pick < Partial < {}> & Omit < {} & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , never > & {
9
9
nonGeneric: string ;
10
10
rows : Row [];
11
11
}> & (import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps );
@@ -71,9 +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 & Readonly < {}> & Readonly < {
75
- onFoo?: (value : string ) => any;
76
- }> , never > , " onFoo" > & {}> & (import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps );
74
+ } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , " onFoo" > & {}> & (import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps );
77
75
expose (exposed : import (" vue" ).ShallowUnwrapRef < {}> ): void ;
78
76
attrs : any ;
79
77
slots : {};
@@ -95,10 +93,7 @@ exports[`vue-tsc-dts > Input: generic/component.vue, Output: generic/component.v
95
93
props : __VLS_PrettifyLocal < Pick < Partial < {}> & Omit < {
96
94
readonly "onUpdate:title " ?: (title: string) => any;
97
95
readonly onBar ?: (data : number ) => any ;
98
- } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps & Readonly < {}> & Readonly < {
99
- "onUpdate:title " ?: (title: string) => any;
100
- onBar ?: (data : number ) => any ;
101
- }> , never > , " onUpdate:title" | " onBar" > & ({
96
+ } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , " onUpdate:title" | " onBar" > & ({
102
97
title?: string;
103
98
} & {
104
99
foo: number ;
@@ -134,10 +129,7 @@ exports[`vue-tsc-dts > Input: generic/custom-extension-component.cext, Output: g
134
129
props : __VLS_PrettifyLocal < Pick < Partial < {}> & Omit < {
135
130
readonly "onUpdate:title " ?: (title: string) => any;
136
131
readonly onBar ?: (data : number ) => any ;
137
- } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps & Readonly < {}> & Readonly < {
138
- "onUpdate:title " ?: (title: string) => any;
139
- onBar ?: (data : number ) => any ;
140
- }> , never > , " onUpdate:title" | " onBar" > & ({
132
+ } & import (" vue" ).VNodeProps & import (" vue" ).AllowedComponentProps & import (" vue" ).ComponentCustomProps , never > , " onUpdate:title" | " onBar" > & ({
141
133
title?: string;
142
134
} & {
143
135
foo: number ;
0 commit comments