diff --git a/packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js b/packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js index b7d262ad280..55f5187b3cb 100644 --- a/packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js +++ b/packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js @@ -7,7 +7,7 @@ * @noformat * @nolint * @flow strict - * @generated SignedSource<<6166de7ecbfb5d83e56c11a3b6cde9ba>> + * @generated SignedSource<> */ import type { @@ -35,7 +35,7 @@ export type AttributeType = export type AnyAttributeType = AttributeType<$FlowFixMe, $FlowFixMe>; export type AttributeConfiguration = $ReadOnly<{ - [propName: string]: AnyAttributeType, + [propName: string]: AnyAttributeType | void, style?: $ReadOnly<{ [propName: string]: AnyAttributeType, ...