UNPKG

@unimodules/react-native-adapter

Version:

The adapter to use universal modules with the React Native bridge

6 lines (5 loc) 170 B
export declare type ProxyNativeModule = { [propertyName: string]: any; addListener: (eventName: string) => void; removeListeners: (count: number) => void; };