4 lines
197 B
TypeScript
4 lines
197 B
TypeScript
import commander from 'commander';
|
|
/** The react-native-config command (like RN CLI linking) */
|
|
export declare function reactNativeConfigCommand(cli: commander.CommanderStatic): commander.Command;
|