PHP 7.4.33
Preview: RCTDeviceEventEmitter.d.ts Size: 796 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/react-native/Libraries/EventEmitter/RCTDeviceEventEmitter.d.ts
/**
 * 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.
 *
 * @format
 */

import EventEmitter, {
  EmitterSubscription,
  EventSubscriptionVendor,
} from '../vendor/emitter/EventEmitter';

/**
 * Deprecated - subclass NativeEventEmitter to create granular event modules instead of
 * adding all event listeners directly to RCTDeviceEventEmitter.
 */
interface DeviceEventEmitterStatic extends EventEmitter {
  sharedSubscriber: EventSubscriptionVendor;
  new (): DeviceEventEmitterStatic;
  addListener(
    type: string,
    listener: (data: any) => void,
    context?: any,
  ): EmitterSubscription;
}

export const DeviceEventEmitter: DeviceEventEmitterStatic;

Directory Contents

Dirs: 1 × Files: 7
Name Size Perms Modified Actions
__mocks__ DIR
- drwxr-xr-x 2025-03-28 11:04:42
Edit Download
1.84 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
3.75 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
796 B lrw-r--r-- 2025-03-28 11:04:43
Edit Download
1.31 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
462 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
1.07 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
553 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).