UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

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