We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AttributeConfiguration
ReactNativeTypes
1 parent 7d01060 commit 3eeda07Copy full SHA for 3eeda07
packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js
@@ -7,7 +7,7 @@
7
* @noformat
8
* @nolint
9
* @flow strict
10
- * @generated SignedSource<<6166de7ecbfb5d83e56c11a3b6cde9ba>>
+ * @generated SignedSource<<deb7924d11c790f99448a1c2f0edddb9>>
11
*/
12
13
import type {
@@ -35,7 +35,7 @@ export type AttributeType<T, V> =
35
export type AnyAttributeType = AttributeType<$FlowFixMe, $FlowFixMe>;
36
37
export type AttributeConfiguration = $ReadOnly<{
38
- [propName: string]: AnyAttributeType,
+ [propName: string]: AnyAttributeType | void,
39
style?: $ReadOnly<{
40
[propName: string]: AnyAttributeType,
41
...
0 commit comments