@react-native/codegen 0.77.0-nightly-20241020-e7a3f479f → 0.77.0-nightly-20241022-363818ea2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71,7 +71,7 @@ export type MixedTypeAnnotation = $ReadOnly<{
|
|
|
71
71
|
type: 'MixedTypeAnnotation',
|
|
72
72
|
}>;
|
|
73
73
|
|
|
74
|
-
type EventEmitterTypeAnnotation = $ReadOnly<{
|
|
74
|
+
export type EventEmitterTypeAnnotation = $ReadOnly<{
|
|
75
75
|
type: 'EventEmitterTypeAnnotation',
|
|
76
76
|
typeAnnotation: NativeModuleEventEmitterTypeAnnotation | $FlowFixMe,
|
|
77
77
|
}>;
|
|
@@ -424,4 +424,5 @@ export type CompleteTypeAnnotation =
|
|
|
424
424
|
| NativeModuleTypeAnnotation
|
|
425
425
|
| NativeModuleFunctionTypeAnnotation
|
|
426
426
|
| NullableTypeAnnotation<NativeModuleTypeAnnotation>
|
|
427
|
+
| EventEmitterTypeAnnotation
|
|
427
428
|
| UnsafeAnyTypeAnnotation;
|