UNPKG

@syncfusion/ej2-angular-base

Version:

A common package of Essential JS 2 base Angular libraries, methods and class definitions

5 lines (4 loc) 343 B
import { Tree } from "@angular-devkit/schematics"; import { LibOptionsSchema, OptionsSchema } from "../ng-add/schema"; export declare function addEJ2ThemeToPackageJson(options: OptionsSchema, libOptions: LibOptionsSchema): (host: Tree) => Tree; export declare function addEJ2Theme(options: OptionsSchema, theme: string): (host: Tree) => Tree;