UNPKG

create-expo-cljs-app

Version:

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

7 lines 216 B
import { Config } from '@react-native-community/cli-types'; /** * Loads CLI configuration */ declare function loadConfig(projectRoot?: string): Config; export default loadConfig; //# sourceMappingURL=index.d.ts.map