create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
12 lines • 305 B
TypeScript
declare const KEYS: {
FIX_ALL_ISSUES: string;
FIX_ERRORS: string;
FIX_WARNINGS: string;
EXIT: string;
};
export { KEYS };
declare const _default: ({ onKeyPress }: {
onKeyPress: (...args: any[]) => void;
}) => void;
export default _default;
//# sourceMappingURL=printFixOptions.d.ts.map