UNPKG

652 BTypeScriptView Raw
1import findAllPodfilePaths from './findAllPodfilePaths';
2import { IOSProjectParams, IOSDependencyParams, IOSProjectConfig, IOSDependencyConfig } from '@react-native-community/cli-types';
3/**
4 * Returns project config by analyzing given folder and applying some user defaults
5 * when constructing final object
6 */
7export declare function projectConfig(folder: string, userConfig: IOSProjectParams): IOSProjectConfig | null;
8export declare function dependencyConfig(folder: string, userConfig?: IOSDependencyParams | null): IOSDependencyConfig | null;
9export declare const findPodfilePaths: typeof findAllPodfilePaths;
10//# sourceMappingURL=index.d.ts.map
\No newline at end of file