UNPKG

@vue-flow/core

Version:

[![Vue flow](vue-flow.gif)](https://vueflow.dev/) ![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/vue-flow) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/bcakmakoglu/vue-flow) ![GitHub last commit](

10 lines (8 loc) 219 B
import type { Ref } from 'vue' /** * Composable that handles the resize of the viewport. * * @internal * @param viewportEl */ export declare function useResizeHandler(viewportEl: Ref<HTMLDivElement | null>): void