create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
12 lines • 365 B
TypeScript
import { Healthchecks } from '@react-native-community/cli-types';
export declare const HEALTHCHECK_TYPES: {
ERROR: string;
WARNING: string;
};
declare type Options = {
fix: boolean | void;
contributor: boolean | void;
};
export declare const getHealthchecks: ({ contributor }: Options) => Healthchecks;
export {};
//# sourceMappingURL=index.d.ts.map