UNPKG

air-lib

Version:

This is Air's angular component library

10 lines (9 loc) 218 B
import { Type } from '@angular/core'; export interface ITile<T> { ownData: T; component: Type<any>; arguments?: Array<any>; canRemove: boolean; type?: string; getDataForState(): any; }