UNPKG

183 BTypeScriptView Raw
1import { ProxyNativeModule } from './NativeModulesProxy.types';
2declare const NativeModulesProxy: {
3 [moduleName: string]: ProxyNativeModule;
4};
5export default NativeModulesProxy;