mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Merge pull request #31957 from malash/fix-remove-functional-data
[weixin-app] Remove unsupported functional data
This commit is contained in:
2
types/weixin-app/index.d.ts
vendored
2
types/weixin-app/index.d.ts
vendored
@@ -3785,7 +3785,7 @@ declare namespace wx {
|
||||
Methods,
|
||||
Props
|
||||
> = object &
|
||||
ComponentOptions<V, Data | ((this: V) => Data), Methods, Props> &
|
||||
ComponentOptions<V, Data, Methods, Props> &
|
||||
ThisType<CombinedInstance<V, Data, Methods, Readonly<Props>>>;
|
||||
|
||||
interface ComponentRelation<D = any, P = any> {
|
||||
|
||||
Reference in New Issue
Block a user