UNPKG

react-history-switch

Version:

Self-hosted context-free Switch routing component for History.js library (React). The library was created to transfer navigation responsibility from a view into Mobx state container (MVC). Also can be used separately as a self-hosted router

3 lines (2 loc) 89 B
export declare const sleep: (timeout?: number) => Promise<void>; export default sleep;