amis-rpc-design/node_modules/@react-native-community/cli-config/build/resolveReactNativePath.d.ts

6 lines
215 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
/**
* Finds path to React Native inside `node_modules` or throws
* an error otherwise.
*/
export default function resolveReactNativePath(root: string): string;
//# sourceMappingURL=resolveReactNativePath.d.ts.map