From 3eeda07a69dee452b09f0fe5d1d99f6df626b0ac Mon Sep 17 00:00:00 2001 From: Jack Pope Date: Mon, 30 Jun 2025 17:19:32 -0700 Subject: [PATCH] Align `AttributeConfiguration` type in `ReactNativeTypes` (#33671) Summary: DiffTrain build for [1e0d12b6f273d7345e32c16cd937475ed7c512ad](https://github.com/facebook/react/commit/1e0d12b6f273d7345e32c16cd937475ed7c512ad) Reviewed By: kassens Differential Revision: D77541776 fbshipit-source-id: ef9a99bfc7f16feee1d27685de62a970305f8e5a --- .../react-native/Libraries/Renderer/shims/ReactNativeTypes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ...