UNPKG

solid-router

Version:
12 lines (11 loc) 373 B
import { History } from 'history'; export declare const HistoryContext: import("solid-js/types/signal").Context<{ history: History<{}>; locationSignal: () => import("history").Location<{}>; }>; interface ContextProviderProps { history: History; children?: any; } export default function ContextProvider(props: ContextProviderProps): JSX.Element; export {};