UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

12 lines (11 loc) 331 B
/** * @copyright Valor Software * @copyright Angular ng-bootstrap team */ 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>); }