UNPKG

@nebular/theme

Version:
7 lines (6 loc) 288 B
import { Schema } from './schema'; /** * Setting up Nebular for the specified project by registering required modules, * adding Nebular themes and wrapping root component in the Nebular Layout. * */ export default function (options: Schema): import("@angular-devkit/schematics").Rule;