UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

6 lines (5 loc) 188 B
import { UIHistory } from './model/UIHistory'; export interface IHistoryManaged { getCurrentHistoryState(): any; loadHistoryState(history: UIHistory, state: any): Promise<void>; }