UNPKG

angular-slickgrid

Version:

Slickgrid components made available in Angular

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