UNPKG

195 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function getIcons(config: ExpoConfig): boolean;
3export declare function setIconsAsync(config: ExpoConfig, projectRoot: string): void;