@nx/gatsby
Version:
Gatsby Plugin for Nx
6 lines (5 loc) • 353 B
TypeScript
import { GeneratorCallback, Tree } from '@nx/devkit';
import { InitSchema } from './schema';
export declare function gatsbyInitGenerator(host: Tree, schema: InitSchema): Promise<GeneratorCallback>;
export default gatsbyInitGenerator;
export declare const gatsbyInitSchematic: (generatorOptions: InitSchema) => (tree: any, context: any) => Promise<any>;