UNPKG

@skyux/packages

Version:

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

4 lines (3 loc) 152 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; export default function addSkyuxToProject(options: Schema): Rule;