UNPKG

224 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function getAdaptiveIcon(config: ExpoConfig): string | null;
3export declare function setAdaptiveIconAsync(config: ExpoConfig, projectRoot: string): Promise<void>;