UNPKG

@nebular/theme

Version:
8 lines (7 loc) 276 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from '../schema'; /** * Wraps `AppComponent` in `NbLayoutComponent`. It's required for correct * work of Nebular components. * */ export declare function wrapRootComponentInLayout(options: Schema): Rule;