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