docs: add deprecation notice for useZoomPanHelper

This commit is contained in:
bcakmakoglu
2022-06-23 19:13:50 +02:00
committed by Braks
parent f5b02c3278
commit 17d3f8df6f
+5
View File
@@ -39,6 +39,11 @@ The values are reactive, meaning changing the state values returned from `useVue
## [useZoomPanHelper](/typedocs/functions/useZoomPanHelper.html/)
::: warning [deprecated]
All functions of `useZoomPanHelper` are also available in `useVueFlow`.
`useZoomPanHelper` might be removed in a future version.
:::
The `useZoomPanHelper` utility can be used to access core store functions like getting Elements or
using viewpane transforms.
All functions can also be accessed from `useVueFlow`.