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

5 lines
368 B
TypeScript

import execa from 'execa';
import { CLIError } from './errors';
declare function startServerInNewWindow(port: number, projectRoot: string, reactNativePath: string, terminal?: string): CLIError | execa.ExecaChildProcess<string> | execa.ExecaSyncReturnValue<string> | undefined;
export default startServerInNewWindow;
//# sourceMappingURL=startServerInNewWindow.d.ts.map