diff --git a/packages/react-native/types/__typetests__/index.tsx b/packages/react-native/types/__typetests__/index.tsx index 23b15ad3171d6e..d10b266c8a2447 100644 --- a/packages/react-native/types/__typetests__/index.tsx +++ b/packages/react-native/types/__typetests__/index.tsx @@ -40,6 +40,7 @@ import { DrawerLayoutAndroid, DrawerSlideEvent, DynamicColorIOS, + EmitterSubscription, FlatList, FlatListProps, GestureResponderEvent, diff --git a/packages/react-native/types/index.d.ts b/packages/react-native/types/index.d.ts index d50dd04b12b602..d99763f7c0818c 100644 --- a/packages/react-native/types/index.d.ts +++ b/packages/react-native/types/index.d.ts @@ -147,6 +147,7 @@ export * from '../Libraries/Utilities/Platform'; export * from '../Libraries/Vibration/Vibration'; export * from '../Libraries/YellowBox/YellowBoxDeprecated'; export * from '../Libraries/vendor/core/ErrorUtils'; +export {EmitterSubscription} from '../Libraries/vendor/emitter/EventEmitter'; export * from './public/DeprecatedPropertiesAlias'; export * from './public/Insets';