Skip to content

Commit 1e5bfce

Browse files
kassensfacebook-github-bot
authored andcommitted
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 facebook/react@f498aa2. Reviewed By: hoxyq Differential Revision: D51824015 Pulled By: hoxyq
1 parent 363ee48 commit 1e5bfce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-native/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noformat
88
* @flow strict-local
99
* @nolint
10-
* @generated SignedSource<<3cf9b746913da1666cb5bce0ae12d978>>
10+
* @generated SignedSource<<73af5b3fe29d226634ed64bc861634df>>
1111
*/
1212

1313
'use strict';
@@ -24,13 +24,11 @@ export const customBubblingEventTypes: {
2424
skipBubbling?: ?boolean,
2525
}>,
2626
}>,
27-
...
2827
} = {};
2928
export const customDirectEventTypes: {
3029
[eventName: string]: $ReadOnly<{
3130
registrationName: string,
3231
}>,
33-
...
3432
} = {};
3533

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

0 commit comments

Comments
 (0)