UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

9 lines (8 loc) 178 B
import { AbstractPage } from './AbstractPage'; /** Interface... */ export interface IPageAware<T extends AbstractPage> { /** * @returns T. */ getPage(): T; }