UNPKG

box-ui-elements-mlh

Version:
15 lines (13 loc) 379 B
/** * Flowtype definitions for withNavRouter.tsx * Generated by Flowgen from a Typescript Definition * Flowgen v1.10.0 */ import React from "react"; import { History } from "history"; import NavRouter from "./NavRouter"; export type WithNavRouterProps = { history?: History, ... }; declare export var withNavRouter: any; // /* NO PRINT IMPLEMENTED: ArrowFunction */ any