Files
Fluxup_PAP/node_modules/@expo/prebuild-config/build/getPrebuildConfig.d.ts
2026-03-10 16:18:05 +00:00

8 lines
301 B
TypeScript

import { getConfig } from '@expo/config';
import { ModPlatform } from '@expo/config-plugins';
export declare function getPrebuildConfigAsync(projectRoot: string, props: {
bundleIdentifier?: string;
packageName?: string;
platforms: ModPlatform[];
}): Promise<ReturnType<typeof getConfig>>;