box-ui-elements
Version:
Box UI Elements
20 lines (16 loc) • 498 B
Flow
/**
* 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 { type FeatureConfig } from '../feature-checking';
import NavRouter from "./NavRouter";
export type WithNavRouterProps = {
features?: FeatureConfig,
history?: History,
initialEntries?: Array<any>,
...
};
declare export var withNavRouter: any; // /* NO PRINT IMPLEMENTED: ArrowFunction */ any