diff --git a/package.json b/package.json index 33c1f6b..21e9cce 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/PropelAuth/react" }, - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "keywords": [ "auth", diff --git a/src/index.tsx b/src/index.tsx index c7ca4bb..fd6e264 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -33,6 +33,7 @@ export type { } from "./hooks/additionalHooks" export { loadOrgSelectionFromLocalStorage, saveOrgSelectionToLocalStorage, useActiveOrg } from "./hooks/useActiveOrg" export { useAuthInfo } from "./hooks/useAuthInfo" +export type { UseAuthInfoProps, UseAuthInfoLoading, UseAuthInfoLoggedInProps, UseAuthInfoNotLoggedInProps } from "./hooks/useAuthInfo" export { useAuthUrl } from "./hooks/useAuthUrl" export { useHostedPageUrls } from "./hooks/useHostedPageUrls" export { useLogoutFunction } from "./hooks/useLogoutFunction"