UNPKG

@o3r/core

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