UNPKG

angular-slickgrid

Version:
6 lines (5 loc) 161 B
import type { ComponentRef } from '@angular/core'; export interface AngularComponentOutput { componentRef: ComponentRef<any>; domElement: HTMLElement; }