UNPKG

163 BTypeScriptView Raw
1import { Rule } from '@angular-devkit/schematics';
2import { Schema as AppShellOptions } from './schema';
3export default function (options: AppShellOptions): Rule;