UNPKG

176 BTypeScriptView Raw
1import { TemplateRef, ViewContainerRef } from '@angular/core';
2export declare class BsComponentRef<T> {
3 templateRef: TemplateRef<T>;
4 viewContainer: ViewContainerRef;
5}