track< T, T2, LeftType extends { [k: string]: any }, RightType extends { [k: string]: any },>( leftReactiveVariable: ReactParamsType<T, LeftType>, rightReactiveVariable: ReactParamsType<T2, RightType>, trackFunc?: (srcValue: T2) => T, weak?: boolean,): any 类型参数
- T
- T2
- LeftType extends { [k: string]: any }
- RightType extends { [k: string]: any }
返回 any