UNPKG

225 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2export declare class FramingContainerOutletModule {
3 static withEntryComponents(...components: any[]): ModuleWithProviders;
4 static forRoot(): ModuleWithProviders;
5}