Skip to content

Commit 506cfa1

Browse files
committed
chore(clerk-expo): Export TokenCache type
1 parent 23c931e commit 506cfa1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/tidy-llamas-matter.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/clerk-expo': patch
3+
---
4+
5+
Export `TokenCache` type.

packages/expo/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ export * from './components';
2020

2121
// Override Clerk React error thrower to show that errors come from @clerk/clerk-expo
2222
setErrorThrowerOptions({ packageName: PACKAGE_NAME });
23+
24+
export type { TokenCache } from './cache/types';

0 commit comments

Comments
 (0)