UNPKG

@skyux/packages

Version:

Handles the `ng update` command for SKY UX component libraries.

6 lines (5 loc) 190 B
import { Rule } from '@angular-devkit/schematics'; /** * Adds stylesheets to the given targets' configuration. */ export declare function addAgGridStylesConfig(projectName: string): Rule;