UNPKG
react-lazily-component
Version:
alpha (0.3.0-alpha.3)
latest (0.3.0)
0.3.0
0.3.0-alpha.3
0.3.0-alpha.2
0.3.0-alpha.1
0.3.0-alpha.0
0.2.0
0.1.1
0.1.0
0.1.0-alpha.1
0.1.0-alpha.0
为React设计的组件懒加载方法,支持jsx和tsx。
github.com/hai2007/react-lazily-component
hai2007/react-lazily-component
react-lazily-component
/
types
/
index.d.ts
4 lines
(3 loc)
•
113 B
TypeScript
View Raw
1
2
3
4
declare
function
ReactLazilyComponent
(
lazyFunction
:
Function
):
any
// 导出
export
default
ReactLazilyComponent