You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
305 B
12 lines
305 B
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
|