@nx/expo
Version:
6 lines • 391 B
TypeScript
import { GeneratorCallback, Tree } from '@nx/devkit';
import { Schema } from './schema';
export declare function expoApplicationGenerator(host: Tree, schema: Schema): Promise<GeneratorCallback>;
export declare function expoApplicationGeneratorInternal(host: Tree, schema: Schema): Promise<GeneratorCallback>;
export default expoApplicationGenerator;
//# sourceMappingURL=application.d.ts.map