types(runtime-core): make this void in prop validators and prop default factories (#1867)
This commit is contained in:
@@ -217,7 +217,7 @@ export type ComponentOptionsWithObjectProps<
|
||||
EE extends string = string,
|
||||
Props = Readonly<ExtractPropTypes<PropsOptions>>
|
||||
> = ComponentOptionsBase<Props, RawBindings, D, C, M, Mixin, Extends, E, EE> & {
|
||||
props: PropsOptions
|
||||
props: PropsOptions & ThisType<void>
|
||||
} & ThisType<
|
||||
CreateComponentPublicInstance<
|
||||
Props,
|
||||
|
||||
Reference in New Issue
Block a user