mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +00:00
Revise AttributeType React Native Flow Type (#13737)
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user