UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

6 lines (5 loc) 147 B
import { IHasData } from '../IHasData'; export interface IDataView extends IHasData { getField(): string; setField(field: string): void; }