Skip to content

Commit

Permalink
Update dts.spec.ts.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jan 22, 2025
1 parent 71d8098 commit ed211ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsc/tests/__snapshots__/dts.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ exports[`vue-tsc-dts > Input: reference-type-props/component-destructure.vue, Ou
"type __VLS_Props = {
text: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
"
`;
Expand Down

0 comments on commit ed211ea

Please sign in to comment.