Skip to content

Commit

Permalink
Flow: make more objects exact (#27790)
Browse files Browse the repository at this point in the history
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 facebook/react@f498aa2.

Reviewed By: hoxyq

Differential Revision: D51824015

Pulled By: hoxyq
  • Loading branch information
kassens authored and facebook-github-bot committed Dec 5, 2023
1 parent 363ee48 commit 1e5bfce
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noformat
* @flow strict-local
* @nolint
* @generated SignedSource<<3cf9b746913da1666cb5bce0ae12d978>>
* @generated SignedSource<<73af5b3fe29d226634ed64bc861634df>>
*/

'use strict';
Expand All @@ -24,13 +24,11 @@ export const customBubblingEventTypes: {
skipBubbling?: ?boolean,
}>,
}>,
...
} = {};
export const customDirectEventTypes: {
[eventName: string]: $ReadOnly<{
registrationName: string,
}>,
...
} = {};

const viewConfigCallbacks = new Map<string, ?() => ViewConfig>();
Expand Down

0 comments on commit 1e5bfce

Please sign in to comment.