UNPKG

nsn-comp

Version:

NSN核心组件

6 lines (5 loc) 195 B
import { NConnectProps } from 'nsn-model-type'; import { DynamicRouteState } from './State'; export interface DynamicRouteProps extends NConnectProps { mapping: { [K: string]: JSX.Element }, }