UNPKG

rift-router

Version:

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

7 lines (6 loc) 160 B
/// <reference types="react" /> interface IRiftGate { fallback?: any; } export declare const RiftGate: ({ fallback }: IRiftGate) => JSX.Element; export {};