import { NConnectProps } from 'nsn-model-type';
import { DynamicRouteState } from './State';

export interface DynamicRouteProps extends NConnectProps {
  mapping: { [K: string]: JSX.Element },
}