UNPKG

@nx/gatsby

Version:

Gatsby Plugin for Nx

6 lines (5 loc) 346 B
import { Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function applicationGenerator(host: Tree, schema: Schema): Promise<import("@nx/devkit").GeneratorCallback>; export default applicationGenerator; export declare const applicationSchematic: (generatorOptions: Schema) => (tree: any, context: any) => Promise<any>;