UNPKG

@jamarsto/kiunzi-micro-frontend-tools

Version:
4 lines (3 loc) 183 B
import { Rule } from '@angular-devkit/schematics'; import { Schema as KiunziNgAddSchema } from '../ng-add/schema'; export declare function ngAdd(options: KiunziNgAddSchema): Rule;