UNPKG

@nstudio/ionic

Version:

Ionic Plugin for xplat

6 lines (5 loc) 327 B
import { Tree, SchematicContext } from '@angular-devkit/schematics'; import { XplatHelpers } from '@nstudio/xplat'; export declare namespace XplatIonicHelpers { function updateRootDeps(options: XplatHelpers.Schema): (tree: Tree, context: SchematicContext) => import("@angular-devkit/schematics/src/tree/interface").Tree; }