UNPKG

@itznevikat/router

Version:

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

13 lines (12 loc) β€’ 324 B
import { HashHistory } from 'history'; import { AnyDict } from '../types'; export declare type State<T extends AnyDict> = { force?: boolean; meta?: T; }; export declare type FallbackMeta<T extends AnyDict> = { from: string; retry: number; meta: T; }; export declare let history: HashHistory;