create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
16 lines • 493 B
TypeScript
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import { Config } from '@react-native-community/cli-types';
declare function uninstall(args: Array<string>, ctx: Config): Promise<void>;
declare const _default: {
func: typeof uninstall;
description: string;
name: string;
};
export default _default;
//# sourceMappingURL=uninstall.d.ts.map