UNPKG
react-router-guard
Version:
latest (2.3.1)
2.3.1
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
React Router Guard
github.com/laptransang/react-router-guard
laptransang/react-router-guard
react-router-guard
/
dist
/
components
/
NoLoading
/
index.d.ts
4 lines
(3 loc)
•
104 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
declare function
NoLoading
()
: JSX.Element;
export
default
NoLoading;