4 lines
360 B
TypeScript
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
|