remove unsupported functional data

This commit is contained in:
Malash
2019-01-08 12:45:41 +08:00
parent e1a9b84984
commit 7d60e89964
+1 -1
View File
@@ -3756,7 +3756,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> {