mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
fix build
This commit is contained in:
8
types/weixin-app/index.d.ts
vendored
8
types/weixin-app/index.d.ts
vendored
@@ -3366,13 +3366,7 @@ type ThisTypedComponentOptionsWithRecordProps<
|
||||
Options,
|
||||
Props
|
||||
> = object &
|
||||
ComponentOptions<
|
||||
V,
|
||||
Data | ((this: Readonly<Props> & V) => Data),
|
||||
Methods,
|
||||
Options,
|
||||
PropsDefinition<Props>
|
||||
> &
|
||||
ComponentOptions<V, Data | ((this: V) => Data), Methods, Options, Props> &
|
||||
ThisType<CombinedInstance<V, Data, Methods, Options, Readonly<Props>>>;
|
||||
|
||||
interface ComponentRelation {
|
||||
|
||||
Reference in New Issue
Block a user