UNPKG
nsn-comp
Version:
latest (1.0.20210118)
1.0.20210118
1.0.20201209
1.0.20201203
1.0.20201105
1.0.20200928
1.0.20200925
1.0.20200603
1.0.20200602
1.0.20101202
NSN核心组件
www.nsn.com
nsn-comp
/
es
/
comps
/
DynamicRoute.d.ts
6 lines
(5 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
DynamicRouteProps
}
from
'../@types'
;
import
{
FunctionComponent
}
from
'react'
;
/** 动态路由 */
declare
const
DynamicRoute
:
FunctionComponent
<
DynamicRouteProps
>;
export
{
DynamicRoute
};