UNPKG

@hxui/angular

Version:

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

8 lines (7 loc) 261 B
import { ComponentRef, ViewRef } from '@angular/core'; export declare class ContentRef { nodes: any[]; viewRef?: ViewRef; componentRef?: ComponentRef<any>; constructor(nodes: any[], viewRef?: ViewRef, componentRef?: ComponentRef<any>); }