UNPKG
@ccs-design/rc-pro-component
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
ccs design basic react component
@ccs-design/rc-pro-component
/
lib
/
CcsBasicLayout
/
switch.d.ts
8 lines
(7 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
declare
const
_default
:
React
.
MemoExoticComponent
<
(
props
:
any
) =>
any
>;
/** * 自定义Switch 组件,参考react-router switch * 性能优化,子页面仅执行一次。 */
export
default
_default;