UNPKG

box-ui-elements-mlh

Version:
6 lines (5 loc) 155 B
import { History } from 'history'; export declare type WithNavRouterProps = { history?: History; initialEntries?: History.LocationDescriptor[]; };