amis-rpc-design/node_modules/@react-native-community/cli-platform-android/build/commands/buildAndroid/startServerInNewWindow.d.ts
2023-10-07 19:42:30 +08:00

4 lines
360 B
TypeScript

import execa from 'execa';
import { CLIError } from '@react-native-community/cli-tools';
export declare function startServerInNewWindow(port: number, terminal: string, projectRoot: string, reactNativePath: string): CLIError | execa.ExecaChildProcess<string> | execa.ExecaSyncReturnValue<string> | undefined;
//# sourceMappingURL=startServerInNewWindow.d.ts.map