6 lines
238 B
TypeScript
6 lines
238 B
TypeScript
import { ProxyNativeModule } from './NativeModulesProxy.types';
|
|
declare const NativeModulesProxy: {
|
|
[moduleName: string]: ProxyNativeModule;
|
|
};
|
|
export default NativeModulesProxy;
|
|
//# sourceMappingURL=NativeModulesProxy.native.d.ts.map
|