Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

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