UNPKG

@syncfusion/ej2-ng-base

Version:

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

7 lines (6 loc) 279 B
import { Rule } from '@angular-devkit/schematics'; import { OptionsSchema, LibOptionsSchema } from './schema'; /** * Install function to accept the schema, package name and version */ export declare function install(options: OptionsSchema, libOptions: LibOptionsSchema): Rule;