UNPKG
@exlinep/router
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
Router for VKUI
github.com/HappySanta/router
HappySanta/router
@exlinep/router
/
src
/
lib
/
entities
/
Types.ts
9 lines
(8 loc)
•
244 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/** * Параметры страницы {
@link
Router.pushPage} {
@link
pushPage} */
export
declare
type
PageParams
= { [
key
:
string
]:
string
};
/** *
@ignore
*/
export
declare
type
HistoryUpdateType
=
'PUSH'
|
'REPLACE'
|
'MOVE'
;