UNPKG

ngx-bootstrap

Version:
6 lines (5 loc) 178 B
import { TemplateRef, ViewContainerRef } from '@angular/core'; export declare class BsComponentRef<T> { templateRef?: TemplateRef<T>; viewContainer?: ViewContainerRef; }