UNPKG

ng-afelio

Version:
9 lines (8 loc) 300 B
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 {};