在react-native里面看到以下代码:
Libraries\Image\Image.android.js
module.exports = ((Image: any): React.AbstractComponent<
ImagePropsType,
| React.ElementRef<typeof TextInlineImageNativeComponent>
| React.ElementRef<typeof ImageViewNativeComponent>,
> &
ImageComponentStatics);
有点不理解这段代码是什么意思
能帮忙翻译以下吗?
1.React.AbstractComponent
是干嘛的
2.这个&
起到什么作用?
1:

2:
