UNPKG

rift-router

Version:

Blazing Fast and Lightweight router for React Based on state first.

6 lines (5 loc) 231 B
export { RiftContext, RiftProvider } from './RiftProvider'; export { RiftGate } from './RiftGate'; export { RiftLink } from './RiftLink'; export { IRouter, IRiftRoute } from './IRiftRoute'; export { useRouter } from './useRouter';