react-native
Version:
A framework for building native apps using React
22 lines (20 loc) • 920 B
TypeScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<c9932477114d441a9e1523e3f1841a79>>
*
* This file was translated from Flow by scripts/js-api/build-types/index.js.
* Original file: packages/react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter.js
*/
import RCTDeviceEventEmitter from "./RCTDeviceEventEmitter";
declare const RCTNativeAppEventEmitter: typeof RCTDeviceEventEmitter;
/**
* Deprecated - subclass NativeEventEmitter to create granular event modules instead of
* adding all event listeners directly to RCTNativeAppEventEmitter.
*/
declare const $$RCTNativeAppEventEmitter: typeof RCTNativeAppEventEmitter;
declare type $$RCTNativeAppEventEmitter = typeof $$RCTNativeAppEventEmitter;
export default $$RCTNativeAppEventEmitter;