Skip to content

Commit ac3581b

Browse files
committed
fix(type): remove uncessary type from VueConstructorProxy
1 parent 1e4bd0b commit ac3581b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type VueConstructorProxy<PropsOptions, RawBindings> = {
2828
UnwrapRef<RawBindings>,
2929
ExtractPropTypes<PropsOptions, false>
3030
>;
31-
} & VueConstructor<never>;
31+
};
3232

3333
type VueProxy<PropsOptions, RawBindings> = Vue2ComponentOptions<
3434
never,

0 commit comments

Comments
 (0)