expo-modules-core
Version:
The core of Expo Modules architecture
10 lines • 417 B
TypeScript
import type { ProxyNativeModule } from './NativeModulesProxy.types';
/**
* @deprecated `NativeModulesProxy` is deprecated and might be removed in the future releases.
* Use `requireNativeModule` or `requireOptionalNativeModule` instead.
*/
declare const NativeModulesProxy: {
[moduleName: string]: ProxyNativeModule;
};
export default NativeModulesProxy;
//# sourceMappingURL=NativeModulesProxy.native.d.ts.map