UNPKG

@itznevikat/router

Version:

πŸ“¦ ΠœΠ½ΠΎΠ³ΠΎΡ„ΡƒΠ½ΠΊΡ†ΠΈΠΎΠ½Π°Π»ΡŒΠ½Ρ‹ΠΉ Ρ€ΠΎΡƒΡ‚Π΅Ρ€ для ΠΏΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠΉ Π½Π° React ΠΈ VKUI

10 lines (9 loc) β€’ 339 B
export declare type NavType = 'view' | 'root' | 'epic'; export declare type Nav = { type: NavType; navID: string; nodeID: string; availableTransitionIDs: string[]; transitions: string[]; }; export declare function createNav(type: NavType, navID: string, availableTransitionIDs: string[], nodeID: string): Nav;