@@ -84,14 +84,14 @@ export default _default;
84
84
85
85
exports[`vue-tsc-dts > Input: generic/component.vue, Output: generic/component.vue.d.ts 1`] = `
86
86
"declare const __VLS_export: <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<{
87
- props : __VLS_PrettifyLocal < {
88
- "onUpdate:title " ?: (value: string) => any;
89
- onBar ?: (data : number ) => any ;
90
- } & ({
87
+ props : __VLS_PrettifyLocal < ({
91
88
foo: number ;
92
89
} & {
93
90
title?: string;
94
- }) & Partial < {}>> & import (" vue" ).PublicProps ;
91
+ }) & {
92
+ "onUpdate:title " ?: (value: string) => any;
93
+ onBar ?: (data : number ) => any ;
94
+ } & Partial < {}>> & import (" vue" ).PublicProps ;
95
95
expose (exposed : import (" vue" ).ShallowUnwrapRef < {
96
96
baz: number ;
97
97
}> ): void ;
@@ -115,14 +115,14 @@ type __VLS_PrettifyLocal<T> = {
115
115
116
116
exports[`vue-tsc-dts > Input: generic/custom-extension-component.cext, Output: generic/custom-extension-component.cext.d.ts 1`] = `
117
117
"declare const __VLS_export: <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<{
118
- props : __VLS_PrettifyLocal < {
119
- "onUpdate:title " ?: (value: string) => any;
120
- onBar ?: (data : number ) => any ;
121
- } & ({
118
+ props : __VLS_PrettifyLocal < ({
122
119
foo: number ;
123
120
} & {
124
121
title?: string;
125
- }) & Partial < {}>> & import (" vue" ).PublicProps ;
122
+ }) & {
123
+ "onUpdate:title " ?: (value: string) => any;
124
+ onBar ?: (data : number ) => any ;
125
+ } & Partial < {}>> & import (" vue" ).PublicProps ;
126
126
expose (exposed : import (" vue" ).ShallowUnwrapRef < {
127
127
baz: number ;
128
128
}> ): void ;
@@ -326,7 +326,7 @@ export default _default;
326
326
`;
327
327
328
328
exports[`vue-tsc-dts > Input: reference-type-model/component.vue, Output: reference-type-model/component.vue.d.ts 1`] = `
329
- "type __VLS_PublicProps = {
329
+ "type __VLS_ModelProps = {
330
330
/**
331
331
* required number modelValue
332
332
*/
@@ -361,7 +361,7 @@ declare const __VLS_export: import("vue").DefineComponent2<{
361
361
directives : {};
362
362
provide : {};
363
363
expose : string ;
364
- __typeProps : __VLS_PublicProps ;
364
+ __typeProps : __VLS_ModelProps ;
365
365
__typeEmits : __VLS_ModelEmit ;
366
366
__typeRefs : {};
367
367
__typeEl : any ;
0 commit comments