UNPKG

202 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function getIcon(config: ExpoConfig): boolean;
3export declare function setIconAsync(config: ExpoConfig, projectRoot: string): Promise<void>;