UNPKG

@exlinep/router

Version:
9 lines (8 loc) 244 B
/** * Параметры страницы {@link Router.pushPage} {@link pushPage} */ export declare type PageParams = { [key: string]: string }; /** * @ignore */ export declare type HistoryUpdateType = 'PUSH' | 'REPLACE' | 'MOVE';