UNPKG

cyra-pure

Version:

single page application view engine

9 lines (8 loc) 204 B
import { Page } from './Page'; export declare class Action { fromPageID: string; toPageID: string; fromPage: Page; toPage: Page; constructor(fromPageID?: string, toPageID?: string); }