react-native-get-pixel_edit/node_modules/@react-native-community/cli-doctor/build/tools/brewInstall.d.ts
2025-07-09 11:41:52 +09:00

11 lines
356 B
TypeScript

import { Loader } from '../types';
type InstallArgs = {
pkg: string;
label?: string;
loader: Loader;
onSuccess?: () => void;
onFail?: () => void;
};
declare function brewInstall({ pkg, label, loader, onSuccess, onFail, }: InstallArgs): Promise<void | import("ora").Ora>;
export { brewInstall };
//# sourceMappingURL=brewInstall.d.ts.map