UNPKG

ontimize-web-ngx

Version:
7 lines (6 loc) 150 B
import { TemplateRef } from '@angular/core'; export interface IGridItem { colspan: number; rowspan: number; template: TemplateRef<any>; }