UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

5 lines (4 loc) 325 B
import { AppJSONConfig, ConfigContext, ExpoConfig } from './Config.types'; import { DynamicConfigResults } from './evalConfig'; export declare function getDynamicConfig(configPath: string, request: ConfigContext): DynamicConfigResults; export declare function getStaticConfig(configPath: string): AppJSONConfig | ExpoConfig;