UNPKG

@nebular/theme

Version:
7 lines (6 loc) 229 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; /** * ng-add schematics, installs peer dependencies and runs project setup schematics. * */ export default function (options: Schema): Rule;