UNPKG

@saber2pr/router

Version:

> react-router-dom by hooks api.

8 lines (7 loc) 252 B
/// <reference types="react" /> import { History } from '../core'; export interface RouterProps { children: JSX.Element | Array<JSX.Element>; history?: History; } export declare function Router({ children, history }: RouterProps): JSX.Element;