UNPKG

create-expo-cljs-app

Version:

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

9 lines 295 B
import { Config } from '@react-native-community/cli-types'; declare function install(args: Array<string>, ctx: Config): Promise<void>; declare const _default: { func: typeof install; description: string; name: string; }; export default _default; //# sourceMappingURL=install.d.ts.map