mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Flow: make more objects exact (#27790)
Summary: Changelog: [Internal] This makes a couple objects more exact. Nothing critical, just noticed this old branch I had created when doing some Flow upgrades in the past. DiffTrain build for commit https://github.com/facebook/react/commit/f498aa299292d4d1e999f66d1c769440ad10d57c. Reviewed By: hoxyq Differential Revision: D51824015 Pulled By: kassens fbshipit-source-id: ecadc98ffb233d6458c65c38150a29ff65a10121
This commit is contained in:
committed by
Facebook GitHub Bot
parent
704f07b98e
commit
b2d4236749
+1
-3
@@ -7,7 +7,7 @@
|
||||
* @noformat
|
||||
* @flow strict-local
|
||||
* @nolint
|
||||
* @generated SignedSource<<3cf9b746913da1666cb5bce0ae12d978>>
|
||||
* @generated SignedSource<<73af5b3fe29d226634ed64bc861634df>>
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
@@ -24,13 +24,11 @@ export const customBubblingEventTypes: {
|
||||
skipBubbling?: ?boolean,
|
||||
}>,
|
||||
}>,
|
||||
...
|
||||
} = {};
|
||||
export const customDirectEventTypes: {
|
||||
[eventName: string]: $ReadOnly<{
|
||||
registrationName: string,
|
||||
}>,
|
||||
...
|
||||
} = {};
|
||||
|
||||
const viewConfigCallbacks = new Map<string, ?() => ViewConfig>();
|
||||
|
||||
Reference in New Issue
Block a user