UNPKG

ng2-bootstrap

Version:
9 lines (8 loc) 310 B
import { TemplateRef, ViewContainerRef } from '@angular/core'; export declare class NgTranscludeDirective { viewRef: ViewContainerRef; protected _viewRef: ViewContainerRef; protected _ngTransclude: TemplateRef<any>; ngTransclude: TemplateRef<any>; constructor(viewRef: ViewContainerRef); }