Files
Fluxup_PAP/node_modules/expo-modules-autolinking/build/reactNativeConfig/config.d.ts
2026-03-10 16:18:05 +00:00

8 lines
337 B
TypeScript

import type { RNConfigReactNativeConfig } from './reactNativeConfig.types';
type LoadConfigAsync = <T extends RNConfigReactNativeConfig>(packageRoot: string) => Promise<T | null>;
/**
* Load the `react-native.config.js` or `react-native.config.ts` from the package.
*/
export declare const loadConfigAsync: LoadConfigAsync;
export {};