UNPKG

@devlander/expo-app-config

Version:

A package to help with deployment of expo applications for different environments

3 lines (2 loc) 176 B
import type { ColorsFromAssets, EnvType } from "./setup-config.types"; export declare const getColorsForEnvironment: (env: EnvType, pathForColors: string) => ColorsFromAssets;