GT2/Ejectable/node_modules/@unimodules/react-native-adapter/build/NativeModulesProxy.native.d.ts

6 lines
183 B
TypeScript

import { ProxyNativeModule } from './NativeModulesProxy.types';
declare const NativeModulesProxy: {
[moduleName: string]: ProxyNativeModule;
};
export default NativeModulesProxy;