UNPKG

@o3r/core

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