Skip to content

Commit ad1950a

Browse files
committed
test: update vue type snapshots
1 parent ed7c84d commit ad1950a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/__snapshots__/TestMe.vue.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
declare const _default: typeof __VLS_export;
2+
export default _default;
13
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<import("@vue/runtime-core").ExtractPropTypes<{
24
count: {
35
type: NumberConstructor;
@@ -9,5 +11,3 @@ declare const __VLS_export: import("@vue/runtime-core").DefineComponent<import("
911
required: true;
1012
};
1113
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, true, {}, any>;
12-
declare const _default: typeof __VLS_export;
13-
export default _default;

0 commit comments

Comments
 (0)