We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9272f01 commit a13e9c1Copy full SHA for a13e9c1
packages/shared-components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@element-hq/web-shared-components",
3
- "version": "0.0.0-test.11",
+ "version": "0.0.0-test.12",
4
"description": "Shared components for Element",
5
"author": "New Vector Ltd.",
6
"repository": {
packages/shared-components/src/viewmodel/index.ts
@@ -11,3 +11,4 @@ export * from "./Snapshot";
11
export * from "./ViewModelSubscriptions";
12
export type * from "./ViewModel";
13
export * from "./MockViewModel";
14
+export * from "./useCreateAutoDisposedViewModel";
0 commit comments