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
This commit is contained in:
Jack Pope
2025-06-30 17:19:32 -07:00
committed by Facebook GitHub Bot
parent 7d01060a8b
commit 3eeda07a69
@@ -7,7 +7,7 @@
* @noformat
* @nolint
* @flow strict
* @generated SignedSource<<6166de7ecbfb5d83e56c11a3b6cde9ba>>
* @generated SignedSource<<deb7924d11c790f99448a1c2f0edddb9>>
*/
import type {
@@ -35,7 +35,7 @@ export type AttributeType<T, V> =
export type AnyAttributeType = AttributeType<$FlowFixMe, $FlowFixMe>;
export type AttributeConfiguration = $ReadOnly<{
[propName: string]: AnyAttributeType,
[propName: string]: AnyAttributeType | void,
style?: $ReadOnly<{
[propName: string]: AnyAttributeType,
...