ng-afelio
Version:
Extended Angular CLI
9 lines (8 loc) • 300 B
TypeScript
import { Path } from '@angular-devkit/core';
import { Rule } from '@angular-devkit/schematics';
import { Schema as UIKitOptionsExternal } from './schema';
declare type UIKitOptions = UIKitOptionsExternal & {
projectPath: Path;
};
export default function (options: UIKitOptions): Rule;
export {};