Replace ViewWrapper by useMockedViewModel (#31067)

* feat: replace `ViewWrapper` by `useMockedViewModel`

* feat: update existing story
This commit is contained in:
Florian Duros
2025-10-23 10:06:06 +02:00
committed by GitHub
parent 9be323dfd0
commit 0e6bacffed
4 changed files with 36 additions and 63 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ export * from "./utils/numbers";
// MVVM
export * from "./viewmodel";
export * from "./ViewWrapper";
export * from "./useMockedViewModel";
export * from "./useViewModel";