Revise AttributeType React Native Flow Type (#13737)

This commit is contained in:
Timothy Yung
2018-09-26 14:40:57 -07:00
committed by GitHub
parent 0dc0ddc1ef
commit 469005d87b

View File

@@ -36,8 +36,8 @@ export type MeasureLayoutOnSuccessCallback = (
type AttributeType =
| true
| $ReadOnly<{|
diff: ?<T>(arg1: T, arg2: T) => boolean,
process: ?(arg1: any) => any,
diff?: <T>(arg1: T, arg2: T) => boolean,
process?: (arg1: any) => any,
|}>;
export type AttributeConfiguration<