diff --git a/src/index.ts b/src/index.ts index 618a74ad..d45caae4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,4 +2,6 @@ import AsyncStorage from './AsyncStorage'; export { useAsyncStorage } from './hooks'; +export type { AsyncStorageStatic } from './types'; + export default AsyncStorage;