We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a8545 commit f7ebfa3Copy full SHA for f7ebfa3
types/options.d.ts
@@ -38,7 +38,7 @@ export type ThisTypedComponentOptionsWithArrayProps<Instance extends Vue, Data,
38
export type ThisTypedComponentOptionsWithRecordProps<Instance extends Vue, Data, Methods, Computed, Props> =
39
object &
40
ComponentOptions<Data | ((this: Record<keyof Props, any> & Instance) => Data), Methods, Computed, Props> &
41
- ThisType<CombinedVueInstance<Instance, Data, Methods, Computed, Props>>;
+ ThisType<CombinedVueInstance<Instance, Data, Methods, Computed, Record<keyof Props, any>>>;
42
43
/**
44
* A helper type that describes options for either functional or non-functional components.
0 commit comments