Export disposing hook from package (#31498)

* Export disposing hook from package

* Increment package version

* Fix lint: Add back new-line
This commit is contained in:
R Midhun Suresh
2025-12-10 09:59:54 +00:00
committed by GitHub
parent 9272f0180c
commit a13e9c1285
2 changed files with 2 additions and 1 deletions
@@ -11,3 +11,4 @@ export * from "./Snapshot";
export * from "./ViewModelSubscriptions";
export type * from "./ViewModel";
export * from "./MockViewModel";
export * from "./useCreateAutoDisposedViewModel";