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:
kassens (Meta Employee)
2023-12-05 14:09:39 -08:00
committed by Facebook GitHub Bot
parent 704f07b98e
commit b2d4236749
@@ -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>();