We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a930e8c commit a29e4f3Copy full SHA for a29e4f3
src/index.ts
@@ -2,4 +2,6 @@ import AsyncStorage from './AsyncStorage';
2
3
export { useAsyncStorage } from './hooks';
4
5
+export type { AsyncStorageStatic } from './types';
6
+
7
export default AsyncStorage;
0 commit comments