Skip to content

Commit b1b5a38

Browse files
committed
export useAuthInfoProps types
1 parent 0fb65d0 commit b1b5a38

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/PropelAuth/react"
77
},
8-
"version": "2.1.0",
8+
"version": "2.1.1",
99
"license": "MIT",
1010
"keywords": [
1111
"auth",

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export type {
3333
} from "./hooks/additionalHooks"
3434
export { loadOrgSelectionFromLocalStorage, saveOrgSelectionToLocalStorage, useActiveOrg } from "./hooks/useActiveOrg"
3535
export { useAuthInfo } from "./hooks/useAuthInfo"
36+
export type { UseAuthInfoProps, UseAuthInfoLoading, UseAuthInfoLoggedInProps, UseAuthInfoNotLoggedInProps } from "./hooks/useAuthInfo"
3637
export { useAuthUrl } from "./hooks/useAuthUrl"
3738
export { useHostedPageUrls } from "./hooks/useHostedPageUrls"
3839
export { useLogoutFunction } from "./hooks/useLogoutFunction"

0 commit comments

Comments
 (0)