@nx/react-native
Version:
6 lines • 396 B
TypeScript
import { GeneratorCallback, Tree } from '@nx/devkit';
import { Schema } from './schema';
export declare function reactNativeLibraryGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>;
export declare function reactNativeLibraryGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;
export default reactNativeLibraryGenerator;
//# sourceMappingURL=library.d.ts.map