UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

6 lines (5 loc) 159 B
import { PhloxTable } from './PhloxTable.component'; export interface ITableComponent { initialize(table: PhloxTable): void; getTable(): PhloxTable; }