academe-kit 0.3.3 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -10222,7 +10222,7 @@ type SecurityContextType = {
10222
10222
  accessToken: string | undefined;
10223
10223
  };
10224
10224
 
10225
- declare const AcademeAuthProvider: React.FC<AcademeKeycloakContextProps>;
10225
+ declare const AcademeAuthProvider: React$1.FC<AcademeKeycloakContextProps>;
10226
10226
  declare global {
10227
10227
  interface Window {
10228
10228
  accessToken?: string;