huangyan.py пре 7 година
родитељ
комит
1137783bec
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 }