@o3r/core
Version:
Core of the Otter Framework
9 lines • 356 B
TypeScript
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