UNPKG

ndc-suez

Version:

Generate standard ndc UI

10 lines (9 loc) 258 B
import { Rule } from "@angular-devkit/schematics"; export declare function ndcNetModule(options: ParamsSchema): Rule; export interface ParamsSchema { name: string; filename: string; page: string; pageindex: number; pagenames: string[]; }