UNPKG

@bd-innovations/abstract-section

Version:

A bunch of abstract logic for the section

4 lines (3 loc) 179 B
import { Rule } from '@angular-devkit/schematics'; import { Schema as AbstractSectionSchema } from './schema'; export declare function init(options: AbstractSectionSchema): Rule;