UNPKG

@saber2pr/router

Version:

> react-router-dom by hooks api.

6 lines (5 loc) 140 B
import React from 'react'; import { History } from '../../core'; export declare const HistoryCtx: React.Context<{ history: History; }>;