index.d.ts 163 B

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