UNPKG

ngx-foundation

Version:

Native Angular Foundation for Sites Components

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