UNPKG

expo-modules-core

Version:
10 lines 417 B
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