diff --git a/src/index.tsx b/src/index.tsx index cecb289..14f0c24 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -23,4 +23,6 @@ export function useIndexedDBStore(storeName: string) { return _actions; } +export const getIndexedDBStore = getActions; + export default setupIndexedDB;