Browse Source

Export AuthorizedProps

huangyan.py 7 years ago
parent
commit
1137783bec
1 changed files with 1 additions and 1 deletions
  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;
   ): T | S;
 }
 }
 
 
-interface AuthorizedProps {
+export interface AuthorizedProps {
   authority: authority;
   authority: authority;
   noMatch?: React.ReactNode;
   noMatch?: React.ReactNode;
 }
 }