UNPKG

@hxui/angular

Version:

* * *

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