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

6 lines (5 loc) 206 B
import ISwitchItemInternal from './model/ISwitchItem'; import Link from './lib/Link'; import Switch from './lib/Switch'; export { Switch, Link }; export declare type ISwitchItem = ISwitchItemInternal;