UNPKG

220 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function getPrimaryColor(config: ExpoConfig): string;
3export declare function setPrimaryColor(config: ExpoConfig, projectDirectory: string): Promise<boolean>;