ng2-bootstrap
Version:
angular2 bootstrap components
12 lines (11 loc) • 329 B
TypeScript
import { TemplateRef, ViewContainerRef } from '@angular/core';
export interface KeyAttribute {
[key: string]: any;
}
export declare class NgTranscludeDirective {
private _viewRef;
viewRef: ViewContainerRef;
private _ngTransclude;
ngTransclude: TemplateRef<any>;
constructor(_viewRef: ViewContainerRef);
}