UNPKG

box-ui-elements

Version:
9 lines (7 loc) 231 B
import { History } from 'history'; import { FeatureConfig } from '../feature-checking'; export type WithNavRouterProps = { features?: FeatureConfig; history?: History; initialEntries?: History.LocationDescriptor[]; };