UNPKG

@o3r/core

Version:
4 lines 438 B
import type { Rule } from '@angular-devkit/schematics'; import type { NgGenerateComponentSchematicsSchema } from '../../component/schema'; export declare const getAddConfigurationRules: (componentPath: string, options: Pick<NgGenerateComponentSchematicsSchema, "useOtterConfig" | "skipLinter" | "projectName"> & Partial<Pick<NgGenerateComponentSchematicsSchema, "componentStructure">>) => Rule; //# sourceMappingURL=configuration.d.ts.map