UNPKG

@unimodules/react-native-adapter

Version:

The adapter to use universal modules with the React Native bridge

11 lines (10 loc) 323 B
/** * This emitter is used for sending synthetic native events to listeners * registered in the API layer with `NativeEventEmitter`. */ declare class SyntheticPlatformEmitter { _emitter: any; emit(eventName: string, props: any): void; } declare const _default: SyntheticPlatformEmitter; export default _default;