amis-rpc-design/node_modules/@react-native-community/cli-doctor/build/tools/printFixOptions.d.ts

12 lines
305 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
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