1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Re-export localStorage-crypto-store (#3660)

This commit is contained in:
Michael Telatynski
2023-08-11 07:02:52 +01:00
committed by GitHub
parent 3a5d66057e
commit 55b9116c99

View File

@@ -50,6 +50,7 @@ export * from "./service-types";
export * from "./store/memory";
export * from "./store/indexeddb";
export * from "./crypto/store/memory-crypto-store";
export * from "./crypto/store/localStorage-crypto-store";
export * from "./crypto/store/indexeddb-crypto-store";
export type { OutgoingRoomKeyRequest } from "./crypto/store/base";
export * from "./content-repo";