forked from mystiq/hydrogen-web
make SDK exports explicit
This commit is contained in:
parent
4a4856a29e
commit
4c50dbf7ec
1 changed files with 9 additions and 1 deletions
10
src/lib.ts
10
src/lib.ts
|
@ -37,4 +37,12 @@ export {AvatarView} from "./platform/web/ui/AvatarView.js";
|
|||
export {RoomType} from "./matrix/room/common";
|
||||
export {EventEmitter} from "./utils/EventEmitter";
|
||||
export {Disposables} from "./utils/Disposables";
|
||||
export * from "./observable/";
|
||||
// these should eventually be moved to another library
|
||||
export {
|
||||
ObservableArray,
|
||||
SortedArray,
|
||||
MappedList,
|
||||
AsyncMappedList,
|
||||
ConcatList,
|
||||
ObservableMap
|
||||
} from "./observable/index";
|
||||
|
|
Loading…
Reference in a new issue