1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

Export additional types (#2195)

This commit is contained in:
Stanislav Demydiuk
2022-02-24 11:35:05 +02:00
committed by GitHub
parent 2ec5acb55d
commit af43687354

View File

@@ -48,6 +48,7 @@ export * from "./crypto/store/indexeddb-crypto-store";
export * from "./content-repo";
export * from './@types/event';
export * from './@types/PushRules';
export * from './@types/partials';
export * from './@types/requests';
export * from './@types/search';
export * from './models/room-summary';