UNPKG

@o3r/core

Version:
9 lines 356 B
import { Rule } from '@angular-devkit/schematics'; import type { NgAddConfigSchematicsSchema } from './schema'; /** * Add context to an existing component * @param options */ export declare function ngAddContextFn(options: NgAddConfigSchematicsSchema): Rule; export declare const ngAddContext: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map