UNPKG

@o3r/core

Version:
4 lines 364 B
import type { Rule } from '@angular-devkit/schematics'; import type { NgGenerateComponentSchematicsSchema } from '../../component/schema'; export declare const getAddLocalizationRules: (componentPath: string, options: Pick<NgGenerateComponentSchematicsSchema, "useLocalization" | "skipLinter" | "activateDummy">) => Rule; //# sourceMappingURL=localization.d.ts.map