UNPKG

ng2-stable-nxtc

Version:

Angular Smart Table neXtCode Version

6 lines (5 loc) 195 B
import { ViewContainerRef } from '@angular/core'; export interface CustomTitleInterface { viewTitleContainerRef: ViewContainerRef; setProp: (propName: string, value: any) => void; }