mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Flowtype ListView
Reviewed By: yungsters Differential Revision: D7985836 fbshipit-source-id: 6e0944a8d2fb85aabc34dfd3125a07b208749f21
This commit is contained in:
committed by
Facebook Github Bot
parent
af6e2eb02d
commit
4b1ecb6204
@@ -99,7 +99,7 @@ type VRProps = $ReadOnly<{|
|
||||
scrollBarThumbImage?: ?($ReadOnly<{||}> | number),
|
||||
|}>;
|
||||
|
||||
type Props = $ReadOnly<{|
|
||||
export type Props = $ReadOnly<{|
|
||||
...ViewProps,
|
||||
...TouchableProps,
|
||||
...IOSProps,
|
||||
|
||||
Reference in New Issue
Block a user