chore: deprecate useZoomPanHelper

This commit is contained in:
bcakmakoglu
2022-06-23 19:13:50 +02:00
committed by Braks
parent 77c43aa207
commit f5b02c3278
@@ -28,6 +28,9 @@ const untilDimensions = async (dimensions: Dimensions, getNodes: Getters['getNod
return true
}
/**
* @deprecated use {@link useVueFlow} instead (all viewport functions are also available in {@link useVueFlow})
*/
export default (vueFlowId?: string): ViewportFunctions => {
const {
onPaneReady,