Skip to content

Commit e3167f6

Browse files
committed
fix: export error type
1 parent 190381c commit e3167f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/async-storage/src/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ import { getLegacyStorage } from "./createAsyncStorage";
33
export type { AsyncStorage } from "./AsyncStorage";
44
export { createAsyncStorage } from "./createAsyncStorage";
55

6+
export { AsyncStorageError } from "./AsyncStorageError";
7+
68
// Legacy storage that is proxy to an old storage data.
79
export default getLegacyStorage();

0 commit comments

Comments
 (0)