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

5 lines
216 B
TypeScript

import loadConfig from '@react-native-community/cli-config';
declare function run(platformName?: string): Promise<void>;
declare const bin: string;
export { run, bin, loadConfig };
//# sourceMappingURL=index.d.ts.map