Explorar o código

Export AuthorizedProps

huangyan.py %!s(int64=7) %!d(string=hai) anos
pai
achega
1137783bec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Authorized/index.d.ts

+ 1 - 1
src/components/Authorized/index.d.ts

@@ -27,7 +27,7 @@ interface check {
   ): T | S;
 }
 
-interface AuthorizedProps {
+export interface AuthorizedProps {
   authority: authority;
   noMatch?: React.ReactNode;
 }