UNPKG

@react-native-community/cli-platform-ios

Version:

This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app.

7 lines 214 B
interface Args { scheme: string; mode: string; } export declare function selectFromInteractiveMode({ scheme, mode, }: Args): Promise<Args>; export {}; //# sourceMappingURL=selectFromInteractiveMode.d.ts.map