Skip to content

Commit

Permalink
chore: update dts.spec.ts.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Apr 22, 2024
1 parent d3dffd1 commit 22d242b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/tsc/tests/__snapshots__/dts.spec.ts.snap
Expand Up @@ -33,8 +33,6 @@ exports[`vue-tsc-dts > Input: generic/component.vue, Output: generic/component.v
onBar?: (data: number) => any;
foo: number;
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
attrs: any;
emit: (e: 'bar', data: number) => void;
slots: Readonly<{
default?(data: {
foo: number;
Expand All @@ -44,6 +42,8 @@ exports[`vue-tsc-dts > Input: generic/component.vue, Output: generic/component.v
foo: number;
}): any;
};
attrs: any;
emit: (e: 'bar', data: number) => void;
}, __VLS_expose?: (exposed: import("vue").ShallowUnwrapRef<{
baz: number;
}>) => void, __VLS_setup?: Promise<{
Expand Down Expand Up @@ -101,8 +101,6 @@ exports[`vue-tsc-dts > Input: generic/custom-extension-component.cext, Output: g
onBar?: (data: number) => any;
foo: number;
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
attrs: any;
emit: (e: 'bar', data: number) => void;
slots: Readonly<{
default?(data: {
foo: number;
Expand All @@ -112,6 +110,8 @@ exports[`vue-tsc-dts > Input: generic/custom-extension-component.cext, Output: g
foo: number;
}): any;
};
attrs: any;
emit: (e: 'bar', data: number) => void;
}, __VLS_expose?: (exposed: import("vue").ShallowUnwrapRef<{
baz: number;
}>) => void, __VLS_setup?: Promise<{
Expand Down

0 comments on commit 22d242b

Please sign in to comment.