UNPKG

@morjs/runtime-web

Version:
5 lines (4 loc) 171 B
import { IPage } from './types'; export declare const pageStack: IPage[]; export declare function getCurrentPages(): IPage[]; export declare function getCurPage(): IPage;