UNPKG

205 BTypeScriptView Raw
1import { NgModule } from '@angular/core';
2import { FramingNgModule } from './framing-ng-module';
3export declare const Framing: (ngModuleBuilder: (framing: FramingNgModule) => FramingNgModule) => NgModule;