UNPKG

nsn-comp

Version:

NSN核心组件

6 lines (5 loc) 201 B
import { DynamicRouteProps } from '../@types'; import { FunctionComponent } from 'react'; /** 动态路由 */ declare const DynamicRoute: FunctionComponent<DynamicRouteProps>; export { DynamicRoute };