UNPKG

@o3r/core

Version:
8 lines 295 B
import { Rule } from '@angular-devkit/schematics'; export declare const CONTAINER_FOLDER = "container"; /** * Add Otter container component to an Angular Project * @param options */ export declare const ngGenerateComponentContainer: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map