mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-24 10:00:27 +00:00
Merge pull request #31957 from malash/fix-remove-functional-data
[weixin-app] Remove unsupported functional data
This commit is contained in:
Vendored
+1
-1
@@ -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