Skip to content

Commit 3eeda07

Browse files
Jack Popefacebook-github-bot
authored andcommitted
Align AttributeConfiguration type in ReactNativeTypes (#33671)
Summary: DiffTrain build for [1e0d12b6f273d7345e32c16cd937475ed7c512ad](facebook/react@1e0d12b) Reviewed By: kassens Differential Revision: D77541776 fbshipit-source-id: ef9a99bfc7f16feee1d27685de62a970305f8e5a
1 parent 7d01060 commit 3eeda07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noformat
88
* @nolint
99
* @flow strict
10-
* @generated SignedSource<<6166de7ecbfb5d83e56c11a3b6cde9ba>>
10+
* @generated SignedSource<<deb7924d11c790f99448a1c2f0edddb9>>
1111
*/
1212

1313
import type {
@@ -35,7 +35,7 @@ export type AttributeType<T, V> =
3535
export type AnyAttributeType = AttributeType<$FlowFixMe, $FlowFixMe>;
3636

3737
export type AttributeConfiguration = $ReadOnly<{
38-
[propName: string]: AnyAttributeType,
38+
[propName: string]: AnyAttributeType | void,
3939
style?: $ReadOnly<{
4040
[propName: string]: AnyAttributeType,
4141
...

0 commit comments

Comments
 (0)