@nx/angular
Version:
6 lines • 316 B
TypeScript
import type { Tree } from '@nx/devkit';
import { GeneratorCallback } from '@nx/devkit';
import type { Schema } from './schema';
export declare function ngrxRootStoreGenerator(tree: Tree, schema: Schema): Promise<GeneratorCallback>;
export default ngrxRootStoreGenerator;
//# sourceMappingURL=ngrx-root-store.d.ts.map