Skip to content

Commit a29e4f3

Browse files
authored
fix: re-export AsyncStorageStatic type (#829)
1 parent a930e8c commit a29e4f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ import AsyncStorage from './AsyncStorage';
22

33
export { useAsyncStorage } from './hooks';
44

5+
export type { AsyncStorageStatic } from './types';
6+
57
export default AsyncStorage;

0 commit comments

Comments
 (0)