update-workspace-config.d.ts 206 B

123456
  1. import { Rule } from '@angular-devkit/schematics';
  2. export declare const ANY_COMPONENT_STYLE_BUDGET: {
  3. type: string;
  4. maximumWarning: string;
  5. };
  6. export declare function updateWorkspaceConfig(): Rule;