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

11 lines
356 B
TypeScript
Raw Normal View History

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